Accelerated C++: Practical Programming By Example
Title | Accelerated C++: Practical Programming By Example PDF eBook |
Author | Andrew Koenig |
Publisher | Pearson Education India |
Pages | 356 |
Release | 2000-09 |
Genre | C++ (Computer program language) |
ISBN | 9788131726150 |
Accelerated C+
Title | Accelerated C+ PDF eBook |
Author | Andrew Koenig |
Publisher | |
Pages | 353 |
Release | 2000 |
Genre | |
ISBN | 9788131741856 |
Practical C++ Programming
Title | Practical C++ Programming PDF eBook |
Author | Steve Oualline |
Publisher | "O'Reilly Media, Inc." |
Pages | 576 |
Release | 2002-12-13 |
Genre | Computers |
ISBN | 144936716X |
C++ is a powerful, highly flexible, and adaptable programming language that allows software engineers to organize and process information quickly and effectively. But this high-level language is relatively difficult to master, even if you already know the C programming language.The 2nd edition of Practical C++ Programming is a complete introduction to the C++ language for programmers who are learning C++. Reflecting the latest changes to the C++ standard, this 2nd edition takes a useful down-to-earth approach, placing a strong emphasis on how to design clean, elegant code.In short, to-the-point chapters, all aspects of programming are covered including style, software engineering, programming design, object-oriented design, and debugging. It also covers common mistakes and how to find (and avoid) them. End of chapter exercises help you ensure you've mastered the material.Practical C++ Programming thoroughly covers: C++ Syntax Coding standards and style Creation and use of object classes Templates Debugging and optimization Use of the C++ preprocessor File input/output Steve Oualline's clear, easy-going writing style and hands-on approach to learning make Practical C++ Programming a nearly painless way to master this complex but powerful programming language.
Ruminations on C++
Title | Ruminations on C++ PDF eBook |
Author | Andrew Koenig |
Publisher | Addison-Wesley Professional |
Pages | 404 |
Release | 1997 |
Genre | Computers |
ISBN |
The authors begin by explaining why C++ is worth learning and then move on to the most important elements of C++. This book emphasizes understanding and practical use of the language. It explores the basics, covers inheritance and object-oriented programming, discusses templates and the powerful kind of abstraction they provide, and shows how to design and use libraries.
Applied C++
Title | Applied C++ PDF eBook |
Author | Philip Romanik |
Publisher | Addison-Wesley Professional |
Pages | 358 |
Release | 2003 |
Genre | Computers |
ISBN | 9780321108944 |
This is an insightful guide to efficient, practical solutions to real-world C++ problems. Concrete case studies run throughput the book and show how to develop quality C++ software.
C++ Template Metaprogramming
Title | C++ Template Metaprogramming PDF eBook |
Author | David Abrahams |
Publisher | Pearson Education |
Pages | 726 |
Release | 2004-12-10 |
Genre | Computers |
ISBN | 0321623916 |
C++ Template Metaprogramming sheds light on the most powerful idioms of today's C++, at long last delivering practical metaprogramming tools and techniques into the hands of the everyday programmer. A metaprogram is a program that generates or manipulates program code. Ever since generic programming was introduced to C++, programmers have discovered myriad "template tricks" for manipulating programs as they are compiled, effectively eliminating the barrier between program and metaprogram. While excitement among C++ experts about these capabilities has reached the community at large, their practical application remains out of reach for most programmers. This book explains what metaprogramming is and how it is best used. It provides the foundation you'll need to use the template metaprogramming effectively in your own work. This book is aimed at any programmer who is comfortable with idioms of the Standard Template Library (STL). C++ power-users will gain a new insight into their existing work and a new fluency in the domain of metaprogramming. Intermediate-level programmers who have learned a few advanced template techniques will see where these tricks fit in the big picture and will gain the conceptual foundation to use them with discipline. Programmers who have caught the scent of metaprogramming, but for whom it is still mysterious, will finally gain a clear understanding of how, when, and why it works. All readers will leave with a new tool of unprecedented power at their disposal—the Boost Metaprogramming Library. Note: CD materials are only available with the print edition.
Accelerated C++
Title | Accelerated C++ PDF eBook |
Author | Andrew Koenig |
Publisher | Addison-Wesley Professional |
Pages | 360 |
Release | 2000 |
Genre | Computers |
ISBN |
This boxed-set of five volumes on C++ programming includes: Modern C++ Design; Accelerated C++; Essential C++; Exceptional C++; and More Exceptional C++.