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.
Professional CUDA C Programming
Title | Professional CUDA C Programming PDF eBook |
Author | John Cheng |
Publisher | John Wiley & Sons |
Pages | 528 |
Release | 2014-09-09 |
Genre | Computers |
ISBN | 1118739329 |
Break into the powerful world of parallel GPU programming with this down-to-earth, practical guide Designed for professionals across multiple industrial sectors, Professional CUDA C Programming presents CUDA -- a parallel computing platform and programming model designed to ease the development of GPU programming -- fundamentals in an easy-to-follow format, and teaches readers how to think in parallel and implement parallel algorithms on GPUs. Each chapter covers a specific topic, and includes workable examples that demonstrate the development process, allowing readers to explore both the "hard" and "soft" aspects of GPU programming. Computing architectures are experiencing a fundamental shift toward scalable parallel computing motivated by application requirements in industry and science. This book demonstrates the challenges of efficiently utilizing compute resources at peak performance, presents modern techniques for tackling these challenges, while increasing accessibility for professionals who are not necessarily parallel programming experts. The CUDA programming model and tools empower developers to write high-performance applications on a scalable, parallel computing platform: the GPU. However, CUDA itself can be difficult to learn without extensive programming experience. Recognized CUDA authorities John Cheng, Max Grossman, and Ty McKercher guide readers through essential GPU programming skills and best practices in Professional CUDA C Programming, including: CUDA Programming Model GPU Execution Model GPU Memory model Streams, Event and Concurrency Multi-GPU Programming CUDA Domain-Specific Libraries Profiling and Performance Tuning The book makes complex CUDA concepts easy to understand for anyone with knowledge of basic software development with exercises designed to be both readable and high-performance. For the professional seeking entrance to parallel computing and the high-performance computing community, Professional CUDA C Programming is an invaluable resource, with the most current information available on the market.