Logo

C++ In Action: Industrial Strength Programming Techniques

Large book cover: C++ In Action: Industrial Strength Programming Techniques

C++ In Action: Industrial Strength Programming Techniques
by

Publisher: Addison Wesley
ISBN/ASIN: 0201699486
ISBN-13: 9780201699487
Number of pages: 482

Description:
C++ In Action presents a unique approach--teaching the language from the perspective of a professional programmer. 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.

Download or read it online for free here:
Download link
(2.2MB, PDF)

Similar books

Book cover: C++ Language TutorialC++ Language Tutorial
by - cplusplus.com
These tutorials explain the C++ language from its basics up to the newest features of ANSI-C++, including basic concepts such as arrays or classes and advanced concepts such as polymorphism or templates. The tutorial is oriented in a practical way.
(18785 views)
Book cover: An Introduction to Design Patterns in C++ with Qt 4An Introduction to Design Patterns in C++ with Qt 4
by - Prentice Hall PTR
Covers the language features of C++ so that readers can use Qt 4 classes in the examples and assignments. It is a textbook for teaching language and design patterns, emphasising open-source code reuse. It assumes no C++ programming experience.
(17171 views)
Book cover: Fundamentals of C++ ProgrammingFundamentals of C++ Programming
by - Southern Adventist University
Table of Contents: The Context of Software Development; Writing a C++ Program; Values and Variables; Expressions and Arithmetic; Conditional Execution; Iteration; Other Conditional and Iterative Statements; Using Functions; Writing Functions; etc.
(20912 views)
Book cover: C++CourseC++Course
by - Epina GmbH
The C++Course provides a general introduction to programming in C++. The most important skill for a computer scientist is problem-solving: the ability to formulate problems, think creatively, and express a solution clearly and accurately.
(16589 views)