My teacher told me to remove this from the constructor

cout<<endl<<endl;
cout<<"Enter your coordinates player1: ";
cin>>x1>>y1;
 get_player1_move();
cout<<"\nEnter your coordinates player2: ";
cin>>x2<<y2;
 get_player2_move();
cout<<endl;

He also told me to use just one function for both & use player # as an argument to the function.

start figurin something out for yourself! youve had plenty of help.

ya know marceta right,if you dont think for your self you will never really progress.Knowledge is diffrent from wisdom.If you cant process the knowledge you have you will be really nothing more than a hardisk.Learn and remember this.

Advice:
Never put i/o in classes.Use other funtions for that and call the construtor with parameter.Better yet use contructors only to assign default values to the variable and use a funtion like init() to initialise the variables.

This would sure enhance the re usability of your code.(I agree with you teacher)

I'm interesting in this tic-tat-toe program too. Just wonder do you have any idea in the program logic so that the computer will never loose.
Thanks a lot!

i seem to be having the same problem with the tic tac toe. I honestly have no idea where to start and i am in high school taking a college course. your explantions have been useful but im still a bit confused about everything.

So start a new thread and ask a proper question. Check out the Rules

Ok, how would you implement the Tic.c program recursively?

>Ok, how would you implement the Tic.c program recursively?
So start your own thread, ask a proper question and check out the rules. We have no idea what you are trying to implement recursively (aside from the fact that it's a Tic Tac Toe game), and you haven't shown as any code.

commented: random rep++ from salem +6

Thanks a lot Asif_NSU to this example.

start figurin something out for yourself! youve had plenty of help.

how to make this program if(pass==asd123) its just because i dont know whats wrong about this program

commented: Start a new thread, don't dig up something 3 years old with "me too" -4
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.