Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Jumping into C++ [Repost]

Posted By: AlenMiler
Jumping into C++ [Repost]

Jumping into C++ by Alex Allain
Cprogramming.com | April 19 2013 | ISBN: 0988927802 | Pages: 536 | PDF | 5.67 MB

Jumping into C++ [Repost]

Want to learn to code? Want to learn C++? Struggling to follow your lecturer or books and tutorials written for experts? You're not alone. As a professional C++ developer and former Harvard teaching fellow, I know what you need to know to be a great C++ programmer, and I know how to teach it, one step at a time. I know where people struggle, and why, and how to make it clear. I cover every step of the programming process, including:
Getting the tools you need to program and how to use them
Basic language feature like variables, loops and functions
How to go from an idea to code
A clear, understandable explanation of pointers
Strings, file IO, arrays, references
Classes and advanced class design
C++-specific programming patterns
Object oriented programming
Data structures and the standard template library (STL)
Key concepts are reinforced with quizzes and over 75 practice problems.