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

C++ Quick Syntax Reference (Repost)

Posted By: roxul
C++ Quick Syntax Reference (Repost)

Mikael Olsson, "C++ Quick Syntax Reference"
English | ISBN: 143026277X | 2013 | 105 pages | PDF, EPUB | 3 MB

The C++ Quick Syntax Reference is a condensed code and syntax reference to the C++ programming language. It presents the essential C++ syntax in a well-organized format that can be used as a handy reference.

You won’t find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The book is packed with useful information and is a must-have for any C++ programmer.

In the C++ Quick Syntax Reference, you will find:
A concise reference to the C++ language syntax.
Short, simple, and focused code examples.
A well laid out table of contents and a comprehensive index allowing easy review.
What you’ll learn
How to create a C++ HelloWorld
How to Compile and Run
What are C++ Variables, Operators, Pointers and References
What are Arrays, Strings, Conditionals, Loops and more
How to do Functions
How to work with Constructors, Inheritance, Overridings
How to use Access Levels, Static, Enum, String and Union, and more
What are Custom Conversions, Namespaces, Constants, and Preprocessor
How to do Event Handling
What are Type Conversions, Templates, Headers, and more