need some help :D

Ronco Rox

Fully Optimized
Messages
2,525
Location
1
okay so for a final my c++ teacher is giving us different exercises out of the book that are pretty hard. well at least for me anyway. my is a tic-tac-toe program where it has to be done graphically (win 32).

it needs to be able to play 2 players on the same computer, beep when a player wins, and display a box that displays the player that has won.

problem is that he never taught us the GUI interface and we have been using the win32 console application the whole time, so the the switch from console to GUI is a pain in the ass to teach yourself. i understand i need to have the GUI.h library and such in there but what else can i use.

i can make this on a console but not GUI lol, so does anybody know of any cool code sites perhaps? thanks, oh and by the way i'm using microsofts visual studios.
 
Back
Top Bottom