Finally a tutorial that doesnt yell , assumes that i know everything because begginer mean to not have experience not that you dont know stuff apparently . thank you amazing tutorial recently started learning programming and wanted some easy projects to explore what i know and what i dont
So, one thing I did differently is not using a while loop and just keeping the if else statements in the for loop. For the statements which returned "Invalid input", I just put a continue statement and subtracted 1 from i to compensate for the invalid input. This seems simpler than using a while loop to me.
I use 6 hours writting tictactoe 103 line of code from scratch and watching you how to create char array to put in board. Is that too long to writting this projects as begginner?
Completed Code:
github.com/ImKennyYip/CppTutorials/blob/master/25_TicTacToe.cpp
Print Board:
//print game board
cout
Finally a tutorial that doesnt yell , assumes that i know everything because begginer mean to not have experience not that you dont know stuff apparently . thank you amazing tutorial recently started learning programming and wanted some easy projects to explore what i know and what i dont
this man needs more people following, nice vid
i wrote the whole board part only to find out u gave it in the description
same :')
fabulous explanation. Thankyou very much👍👍
So, one thing I did differently is not using a while loop and just keeping the if else statements in the for loop. For the statements which returned "Invalid input", I just put a continue statement and subtracted 1 from i to compensate for the invalid input. This seems simpler than using a while loop to me.
It works but it's basically C with C++ I/O semantics in a halfway house kind of way.
Thank you a lot ❤
Underrated video
Do you have a discord where we can ask for help?
I don’t have a discord but what is your question ?
I use 6 hours writting tictactoe 103 line of code from scratch and watching you how to create char array to put in board. Is that too long to writting this projects as begginner?
Nope, you’re a beginner and everyone learns at different paces, also it’s always good to fill in any knowledge gaps.
@@KennyYipCoding Thx
bro lets go man
I copied ur code got 8 errors 😂