Page 2 of 3

Beginning C++ 43-52: Variables and Constants

So this time we have come to variables and constants. Probably some of the most important things in any software as you need somewhere to store the input and data your program uses. This post is a long one, but hang in there and let's see where this section leads us.

Beginning C++ 36-42: Structure

This section teaches us the structures of a C++ program. C++ being a static language imposes some pretty strict rules on what you can do and not, so learning how a program is structured is pretty important. This section starts shows us how a C++ program is structured.

Beginning C++, section 1-3

This is a run through of the first three sections of the Beginning C++ course on Udemy. This is the first post in a series where I will comment on all lectures as I go through the course.