Beginning C++ 93-100: Characters and Strings

Characters and Strings… We have worked some with it so far, but just really putting the strings out there for the user to read and…

Continue reading → Beginning C++ 93-100: Characters and Strings

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.