TicTacToe Design in C++
After some time, I have a fun idea! Let’s design tic-tac-toe game (or XO-game) in C++ with an object oriented approach. For the ones who don’t know it, just play… Continue reading "TicTacToe Design in C++"
After some time, I have a fun idea! Let’s design tic-tac-toe game (or XO-game) in C++ with an object oriented approach. For the ones who don’t know it, just play… Continue reading "TicTacToe Design in C++"
Just like a wise person said, Don’t like twitter? Design your own 😃 Believe me, it is quite interesting to code a working skeleton of the popular messaging platform on… Continue reading "Make Your Own Twitter in C++ with Redis"