Publisher's Synopsis
Need to dig into C++ programming right now, but don't want a 1,000-page tome? Check out the Peachpit's new Short Cuts! Quick PDF guides that are...Smart...Handy...Concise.
This mini guide covers exactly what you need to know about C++ operators (special functions that perform arithmetic and boolean operations) and control structures (language constructs that dictate when, or how many times, specific code is executed). Never programmed before? No problem. You'll get all the fundamentals, techniques, and rudimentary skills you need for programming in C++. You'll learn about:
Arithmetic operators
About the comparison and logical operators
How to master the increment and decrement operators.
if conditionals, along with its siblings if-else and if-else if
While and for loop
And more!