User: EmilianoG

  • Public profile

User profile: EmilianoG

User info
User name:EmilianoG
History
Joined:
Number of posts:8
Latest posts:

TicTacToe Game with classes.
[code] #include <iostream> #include <string> #include <cstdlib> #include <ctime> using std::cout; us...

TicTacToe Game with classes.
Hello, I've continued to add some new things to the game such as a simple rand AI and a menu, and n...

TicTacToe Game with classes.
Thanks for the reply! Will definitely try that and see what happens. I’ll let you know if I run in...

TicTacToe Game with classes.
Hello fellow coders, I'm working on a project in which I'm utilizing classes to code a tictactoe ...

Creating objects of a class with a for loop, then an array containing values from one of the class members.
Thanks Hugo! Your comment helped me fix the problem and the program runs smooth!

This user does not accept Private Messages