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

Organizing C++ game code with functions

Functions are a really vital part of C++. They serve a number of, well, functions. They allow us to make our code more readable and manageable by splitting it up […]

Introduction to OOP for C++ games

Object Oriented Programming OOP, is how most programming is done these days. While it is possible to code a game without using it and many games in the past were, […]

Game Development Projects

Drawing graphics demo

In this really simple mini-project, we will really harness the power of classes and objects by using classes from the Android API which allow us to draw graphics on the […]

loops demo

In this quick mini-project, we will put into practice different types of loops like loops and loops. Prepare to go loopy. Actually, it’s really simple. To get started Create a […]

Bitcoin & Crypto Tutorials

Evaluating Crypto Projects

 

 

Many people, perhaps most, come to the crypto world hoping to make a profit. While this book will not recommend any investments, we will discuss considerations for investing in price appreciation by learning different ways […]

Introducing Staking

 

 

We have seen how to buy crypto and safely self-custody it in a wallet appropriate for the particular asset. In this chapter, we will begin to deploy some assets in our self-custody wallets to participate […]

Beginner Programming Tutorials

Organizing C++ game code with functions

Functions are a really vital part of C++. They serve a number of, well, functions. They allow us to make our code more readable and manageable by splitting it up […]

Introduction to OOP for C++ games

Object Oriented Programming OOP, is how most programming is done these days. While it is possible to code a game without using it and many games in the past were, […]

From the Blog