Below you will find pages that utilize the taxonomy term “C++”
Posts
It’s Okay to Use #pragma once
#pragma once is non-standard, but it has an advantage. It’s OK to use this.
Posts
Several Patterns for Handling States in C++
In programming, it is often necessary to control some form of state. This article summarizes several patterns for managing states.