Bültmann & Gerriets
C++ Pocket Reference
von Kyle Loudon
Verlag: O'Reilly Vlg. GmbH & Co.
Hardcover
ISBN: 978-0-596-00496-5
Erschienen am 16.09.2008
Sprache:
Format: 178 mm [H] x 108 mm [B] x 15 mm [T]
Gewicht: 129 Gramm
Umfang: 130 Seiten

Preis: 25,50 €
keine Versandkosten (Inland)


Jetzt bestellen und voraussichtlich ab dem 27. Juli in der Buchhandlung abholen.

Der Versand innerhalb der Stadt erfolgt in Regel am gleichen Tag.
Der Versand nach außerhalb dauert mit Post/DHL meistens 1-2 Tage.

25,50 €
merken
klimaneutral
Der Verlag produziert nach eigener Angabe noch nicht klimaneutral bzw. kompensiert die CO2-Emissionen aus der Produktion nicht. Daher übernehmen wir diese Kompensation durch finanzielle Förderung entsprechender Projekte. Mehr Details finden Sie in unserer Klimabilanz.
Klappentext
Biografische Anmerkung
Inhaltsverzeichnis

C++ is a complex language with many subtle facets. This is especially true when it comes to object-oriented and template programming. The C++ Pocket Reference is a memory aid for C++ programmers, enabling them to quickly look up usage and syntax for unfamiliar and infrequently used aspects of the language. The book's small size makes it easy to carry about, ensuring that it will always be at-hand when needed. Programmers will also appreciate the book's brevity; as much information as possible has been crammed into its small pages.In the C++ Pocket Reference, you will find:
* Information on C++ types and type conversions
* Syntax for C++ statements and preprocessor directives
* Help declaring and defining classes, and managing inheritance
* Information on declarations, storage classes, arrays, pointers, strings, and expressions
* Refreshers on key concepts of C++ such as namespaces and scope
* More!
C++ Pocket Reference is useful to Java and C programmers making the transition to C++, or who find themselves occasionally programming in C++. The three languages are often confusingly similar. This book enables programmers familiar with C or Java to quickly come up to speed on how a particular construct or concept is implemented in C++.Together with its companion STL Pocket Reference, the C++ Pocket Reference forms one of the most concise, easily-carried, quick-references to the C++ language available.



Kyle Loudon is a software engineer at Matrix Semiconductor in Santa Clara, California, where he works with file systems and applications for memory chips. Prior to Matrix, Kyle developed platform software for embedded devices, including various wireless phones and the Apple iPod. He also led the graphical user interface group at Jeppesen Dataplan (now a part of Boeing), developed flight planning software, and created system software at IBM in the early 1990s. For the past several years, Kyle has taught object-oriented programming using C++ at the University of California, Santa Cruz Extension, and has worked with C++ since the beginning of its widespread use in 1990. Kyle is the author of Mastering Algorithms with C, also published by O'Reilly and Associates.



Chapter 1: C++ Pocket Reference;
1.1 Introduction;
1.2 Program Structure;
1.3 Fundamental Types;
1.4 Compound Types;
1.5 Type Conversions and Definitions;
1.6 Lexical Elements;
1.7 Scope;
1.8 Declarations;
1.9 Statements;
1.10 Namespaces;
1.11 Classes, Structs, and Unions;
1.12 Inheritance;
1.13 Templates;
1.14 Overloading;
1.15 Memory Management;
1.16 Casts and Runtime Type Information;
1.17 Exception Handling;
1.18 The C++ Standard Library;