Categories: Homework on time

I cant seem to get my player class working in my main class. Also how do I display variable from my

I cant seem to get my player class working in my main class. Also how do I display variable from my player class in my main class?// IT-312_Farkle_Final_DeHart_David.cpp : Defines the entry point for the console application.#include “stdafx.h”#include #include #include #include #include #include using namespace std;class Player {public:vectorplayerName;int numPlayers;int loopCount = 0;string input; string getPlayerName(){cout << "How many players are there? n";cin >> numPlayers;while (numPlayers > loopCount){cout << "What are the players names? n";cin >> input;playerName.push_back(input);loopCount++;}}};class gameRounds {public:int size;int reRoll;int rollingDie(){cout << "How many die will you role? n";cin >> size;for (int i = 0; i < size; i++){vectordieVector(size);generate(dieVector.begin(), dieVector.end(), []() {return rand() % 6 + 1; });cout << dieVector[i] << " ";}}};int main(){//gameRounds g;string line_;ifstream file_("rules.txt");if (file_.is_open()){while (getline(file_, line_)){std::cout << line_ << "n";}file_.close();} Player.getPlayerName();  ////////////How do I properly call the function from my player class?{return();}return 0;}

Don't use plagiarized sources. Get Your Custom Essay on
I cant seem to get my player class working in my main class. Also how do I display variable from my
Just from $13/Page
Order Essay
superadmin

Share
Published by
superadmin

Recent Posts

Consider the following information, and answer the question below. China and England are internation

Consider the following information, and answer the question below. China and England are international trade…

4 years ago

The CPA is involved in many aspects of accounting and business. Let’s discuss some other tasks, othe

The CPA is involved in many aspects of accounting and business. Let's discuss some other…

4 years ago

For your initial post, share your earliest memory of a laser. Compare and contrast your first percep

For your initial post, share your earliest memory of a laser. Compare and contrast your…

4 years ago

2. The Ajax Co. just decided to save $1,500 a month for the next five years as a safety net for rece

2. The Ajax Co. just decided to save $1,500 a month for the next five…

4 years ago

How to make an insertion sort to sort an array of c strings using the following algorithm: * beg, *

How to make an insertion sort to sort an array of c strings using the…

4 years ago

Assume the following Keynesian income-expenditure two-sector model:

Assume the following Keynesian income-expenditure two-sector model:                                                AD = Cp + Ip                                                Cp = Co…

4 years ago