|
Hands On C++
This book covers the complete C++ language right from the start. No previous programming knowledge is required.
The text uses Borland C++, but almost all examples will execute unchanged in any C++ environment.
- Start with simple programs and work your way up to programs hundreds of lines long.
- Examine hundreds of complete programming examples.
- Learn by doing the frequent tasks and programming exercises which come with complete solutions.
In addition, it covers the basic concepts of:
- Software Design and Testing
- Basic Number Systems including Binary, Octal and Hexadecimal
- Data Structures such as Tables, Stacks, Queues, Binary Search Trees and Graphs
|