How to Learn C++: The Variable Swap Template
In my last article I covered how to declare variables and how to assign values to variables. To cement this knowledge, the programming student needs to learn how to read code that declares variables and assigns data to them, how to write code that declares variables and assigns data to them, how to read a program template that uses variable assignment, and finally how to implement the program template on a…