Publishers of technology books, eBooks, and videos for creative people
Register your product to gain access to bonus material or receive a coupon.
This PDF will be accessible from your Account page after purchase and requires PDF reading software, such as Acrobat® Reader®.
The eBook requires no passwords or activation to read. We customize your eBook by discreetly watermarking it with your name, making it uniquely yours.
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!