Exploring C++ The Programmers Introduction to C++ /
Exploring C++ uses a series of selfdirected lessons to divide C++ into bitesized chunks that you can digest as rapidly as you can swallow them. The book assumes only a basic understanding of fundamental programming concepts (variables, functions, expressions, statements) and requires no prior know...
Main Author: | |
---|---|
Corporate Author: | |
Format: | Electronic |
Language: | English |
Published: |
Berkeley, CA :
Apress,
2009.
|
Subjects: | |
Online Access: | https://ezaccess.library.uitm.edu.my/login?url=http://dx.doi.org/10.1007/978-1-4302-0352-0 |
Table of Contents:
- Honing Your Tools
- Reading C++
- Integer Expressions
- Strings
- Simple Input
- Error Messages
- While Loops
- Formatted Output
- Maps
- Increment and decrement
- If Statements
- Compound Statements
- Local Declarations
- Conditional Expressions
- Boolean Basics
- Arrays
- Compiler and Library
- Typedef
- Algorithms
- Library Functions
- For Loops
- Iterators
- Iterarator adaptors
- Expression Statements
- Characters
- Case-Folding
- Locales
- Wide characters
- Writing Functions
- Predicates
- Overloading
- References
- Documentation
- Project 1 Put it all together with a project
- Writing Classes
- Access Levels
- Overloading Operators
- Objects and Classes
- Declaration vs. Definition
- Multiple source files
- #include files
- Function Objects
- formatted Output.