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"
When dealing with critical systems such as user interfaces, headless servers or embedded systems, you must define a maximum response time of your software. However, there is no system that… Continue reading "Multi-Threaded Watchdog Class in C++"