Limit this search to....

C plus plus for Beginners: First steps of C ++ Programming Language
Contributor(s): W. James, Robert (Author)
ISBN: 1093766913     ISBN-13: 9781093766912
Publisher: Independently Published
OUR PRICE:   $13.29  
Product Type: Paperback
Published: April 2019
Qty:
Additional Information
BISAC Categories:
- Computers | Programming Languages - C++
Physical Information: 0.19" H x 6" W x 9" (0.29 lbs) 90 pages
 
Descriptions, Reviews, Etc.
Publisher Description:

C PLUS PLUS FOR BEGINNERS
The premise of this book is already laid out in the title. I assume that you, the reader, have no prior experience whatsoever in any kind of computer programming. What this book does is that teaches you the principles behind programming and encoding.
Sure, we will go over the "how" and the "what" of programming. But to help you further understand how a computer program is built you need to understand the why behind it all.
And that is why we will go over the absolute basics.
Along the way, you will learn a lot of technical jargon. Yes, every industry from farming to robotics has its own set of weird technical language that only the people who delve into such things understand.

Contents:
-Chapter 1: Let's Get Started
-Chapter 2: Your First C++ Program
-Chapter 3: Let's Do Some Math
-Chapter 4: Let's Do More than Just Math
-Chapter 5: Data Types
-Chapter 6: Input and Output
-Chapter 7: Conditional Statements in C++
-Chapter 8: Loops
-Chapter 9: C++ Functions
-Chapter 10: Arrays