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 • 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!
Larry Ullman is a writer, Web and software developer, trainer, instructor, speaker, and consultant. He has written 23 books and numerous articles. His books have sold over 350,000 copies world wide in more than 20 languages. As his readers, students, and co-workers can attest, Larry’s strength is in Translating Geek into English: converting the technical and arcane into something comprehensible and useful.