Sinisterly
Tic-Tac-Toe[C] - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Coding (https://sinister.ly/Forum-Coding)
+--- Forum: C, C++, & Obj-C (https://sinister.ly/Forum-C-C-Obj-C)
+--- Thread: Tic-Tac-Toe[C] (/Thread-Tic-Tac-Toe-C)

Pages: 1 2


RE: Tic-Tac-Toe[C] - Psycho_Coder - 02-12-2013

Actually I use Dev C++ IDE for writing C and C++ codes and in this IDE many a times int main() in not accepted and it throws an error so I have coded with just main(), and then it runs fine, Well if I code it in Turbo C++ then It would not have show the error, But I prefer to use Dev C++. But from now I will try to code such that it is just perfect from every manner.

Thank you for your suggestion , I will follow your word.


RE: Tic-Tac-Toe[C] - Psycho_Coder - 02-12-2013

Actually I use Dev C++ IDE for writing C and C++ codes and in this IDE many a times int main() in not accepted and it throws an error so I have coded with just main(), and then it runs fine, Well if I code it in Turbo C++ then It would not have show the error, But I prefer to use Dev C++. But from now I will try to code such that it is just perfect from every manner.

Thank you for your suggestion , I will follow your word.