#Suggestions on How to implement some concepts in my Tic Tac Toe game.

6 messages · Page 1 of 1 (latest)

next violet
#

Hii,
I'm building a Tic Tac Toe game as my mini project. So, I need some suggestions on how to implement :

  1. Function and Operator Overloading .
  2. Recursion.
  3. Templates.
  4. Console IO and Destructors.

My code : https://pastebin.com/UTvPmWSg

sterile ledgeBOT
#

When your question is answered use !solved to mark the question as resolved.

Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.

merry mountain
#

Don’t use rand/srand , the 10 ifs after line 100 can be one

#

Square array has an o not a 0 is that right ?

#

In general stick to c++ function instead of C

sterile ledgeBOT
#

This question thread is being automatically closed. If your question is not answered feel free to bump the post or re-ask. Take a look at !howto ask for tips on improving your question.