patreon

 

 

Beginning C++ Game Programming 3rd Edition

Get to grips with programming and game development techniques using C++ libraries and Visual Studio 2022 with this updated edition of the bestselling series.

See it on Amazon

324

Bitcoin for Beginners & Crypto for Beginners on Amazon

Learn about Bitcoin and crypto, how to use it and why they don’t want you to.

Latest Programming Tutorials

Beginner’s Guide to Handling Errors in C++

Writing error-free code is a crucial skill for any programmer. This guide will provide beginners with an overview of handling errors while writing C++ code.  We will cover different types […]

Using C++ vectors

Here’s a quick tutorial on using the C++ from the Standard Template Library (STL). Be sure to check my tutorial on C++ maps, also from the STL. The Standard Template Library […]

Game Development Projects

Conditions and branching demo: Bouncing shapes

In this mini-project we will get to use C++ condition checking with some statements. Like the last project we will draw some shapes (slightly different this time) and move […]

Game variables demo: moving circles

In this mini-project we will get to experiment with how we can use C++ variables in our games. We will play around with some  variables and see how they can […]

Bitcoin & Crypto Tutorials

Dollar-cost-averaging Using Bots on Centralized Exchanges

 

 

Once you decide to invest in a token, how you buy or accumulate that token needs to be selected. You can buy your entire investment at once, but if you put all your money into […]

How to buy Bitcoin on Kucoin with a DCA Bot

 

 

First, let’s see how to do that on Kucoin. The Kucoin bots are only configurable on the mobile app. Download the mobile app and follow these steps to buy two dollars of BTC each day. […]

Beginner Programming Tutorials

Beginner’s Guide to Handling Errors in C++

Writing error-free code is a crucial skill for any programmer. This guide will provide beginners with an overview of handling errors while writing C++ code.  We will cover different types […]

Using C++ vectors

Here’s a quick tutorial on using the C++ from the Standard Template Library (STL). Be sure to check my tutorial on C++ maps, also from the STL. The Standard Template Library […]

From the Blog