- Author: Bartosz Milewski
- Format: online HTML
- Price: free
There aren’t that many books that teach C++. You can find good C++ reference books and technical books for advanced C++ programmers, but precious few books that actually teach programming in C++. Among them C++ In Action presents a unique approach–teaching the language from the perspective of a professional programmer.
In this book you won’t find examples of boring payroll applications or programs for grading students. Instead you’ll witness the development of a simple parser and a symbolic calculator from a simple command-line program to a GUI Windows application. In the process you’ll learn how to use C++ like a real pro.
Chapters include:
- Introduction
- Language
- Techniques
- Windows Techniques
- Software Project