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++ 62-75: Statements and Operators

I'm a little bit unsure of what this section will teach us, but I think we'll learn more about the keywords, etc. that C++ uses in a program. Operators are probably stuff like plus, equality, etc., but we'll see. It's a relatively long section with 15 lectures and several 10+ minute long videos, so let's dive in.

Beginning C++ 53-61: Arrays and Vectors

Arrays and Vectors?? I know that an array is like a collection of values. I also know that vectors are used for describing direction and speed in maths. I don't think that's the same here. Well, time to learn some new concepts of the C++ programming language.