background preloader

C++

Facebook Twitter

Stanley Lippman. C++ Primer, 5th Edition. Andrew Koenig's Bio. Accelerated C++: Practical Programming by Example. Online Sample Chapter Using Library Algorithms in C++ Table of Contents Preface. 0.

Accelerated C++: Practical Programming by Example

Getting Started. Comments. #include. The Main Function. Curly Braces. Using the Standard Library for Output. The Return Statement. A Slightly Deeper Look. Details. 1. Input. Framing a Name. 2. The Problem. Overall Structure. Writing an Unknown Number of Rows. Writing a Row. The Complete Framing Program. Counting. 3. Computing Student Grades. Using Medians Instead of Averages. 4.Organizing Programs and Data. Organizing computations. Organizing Data. Putting it All Together. Partitioning the Grading Program. The Revised Grading Program. 5. Separating Students into Categories. Iterators. Using Iterators Instead of Indices. Rethinking Our Data Structure for Better Performance. The List Type. Taking Strings Apart. Testing Our Split Function.

Bjarne Stroustrup's Homepage. Tour of C++, A. Additional Information Please visit the author's site here The C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code.

Tour of C++, A

Bjarne Stroustrup, the designer and original implementer of C++, thoroughly covers the details of this language and its use in his definitive reference, The C++ Programming Language, Fourth Edition. In A Tour of C++, Stroustrup excerpts the overview chapters from that complete reference, expanding and enhancing them to give an experienced programmer–in just a few hours–a clear idea of what constitutes modern C++. In this concise, self-contained guide, Stroustrup covers most major language features and the major standard-library components–not, of course, in great depth, but to a level that gives programmers a meaningful overview of the language, some key examples, and practical help in getting started.

Excerpt Preface to Bjarne Stroustrup's "A Tour of C++" Table of Contents Preface ix 1.1 Introduction 1. C++ Programming Language (hardcover), The, 4th Edition. The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code.

C++ Programming Language (hardcover), The, 4th Edition

Bjarne Stroustrup, the designer and original implementer of C++, has reorganized, extended, and completely rewritten his definitive reference and tutorial for programmers who want to use C++ most effectively. The C++ Programming Language, Fourth Edition, delivers meticulous, richly explained, and integrated coverage of the entire language—its facilities, abstraction mechanisms, standard libraries, and key design techniques.

Throughout, Stroustrup presents concise, “pure C++11” examples, which have been carefully crafted to clarify both usage and program design. To promote deeper understanding, the author provides extensive cross-references, both within the book and to the ISO standard. New C++11 coverage includes Topics addressed in this comprehensive book include This is a hardcover version of the Fourth Edition. Table of Contents. Programming: Principles and Practice Using C++ Design and Evolution of C++, The.