A Quick Introduction C++.pdf
If programming in Pascal is like being put in a straightjacket, then programming in C is like playing with knives and programming in C++ is like juggling chainsaws
This note was written originally for explaining the C++ used in the Nachos project, to introduce some simple C++ concepts and outlines a subset of C++ that is easier to learn and use than the full language.
Table of Content:
- Introduction
- C in C++
- Basic Concepts
- Advanced Concepts in C++: Dangerous but Occasionally Useful
- Features To Avoid Like the Plague
- Style Guidelines
- Compiling and Debugging
- Example: A Stack of Integers
- Epilogue
- Further Reading
Tom Anderson has bring this ebook little more fun than other C++ ebook, as Tom wrote, C++ is wildly over complicated language, but you should feel addicted after you read the first paragraph of this quick tutorial.