Bits and Bytes
C++ Blog


#4 Variables
In C++23, variables are containers for storing data values. Here are some key points and rules about variables in C++23: ### Types of Variables- **int**: Stores integers (whole numbers), such […]



#1 Where to start
I will begin by reviewing the setup I use to program. I am not going to be using an IDE to start this project as I want to explore the […]