C++: The Complete Reference, 4th Edition (häftad)
Format
Häftad (Paperback)
Språk
Engelska
Antal sidor
1056
Utgivningsdatum
2002-12-01
Upplaga
4
Förlag
McGraw Hill
Illustratör/Fotograf
10 Abb
Illustrationer
10ill.
Dimensioner
230 x 187 x 55 mm
Vikt
1770 g
Antal komponenter
1
ISBN
9780072226805
C++: The Complete Reference, 4th Edition (häftad)

C++: The Complete Reference, 4th Edition

Häftad,  Engelska, 2002-12-01
627
  • Skickas från oss inom 3-6 vardagar.
  • Fri frakt över 199 kr för privatkunder i Sverige.
Finns även som
Visa alla 1 format & utgåvor

Publisher's Note: Products purchased from Third Party sellers are not guaranteed by the publisher for quality,  authenticity, or access to any online entitlements included with the product.



Best-selling genius Herb Schildt covers everything from keywords, syntax, and libraries, to advanced features such as overloading, inheritance, virtual functions, namespaces, templates, and RTTIplus, a complete description of the Standard Template Library (STL).
Visa hela texten

Passar bra ihop

  1. C++: The Complete Reference, 4th Edition
  2. +
  3. Elon Musk

De som köpt den här boken har ofta också köpt Elon Musk av Walter Isaacson (inbunden).

Köp båda 2 för 926 kr

Kundrecensioner

Har du läst boken? Sätt ditt betyg »

Fler böcker av Herbert Schildt

Övrig information

Herbert Schildt is a world leading programming author.  He is an authority on the C, C++, Java, and C# programming languages, and a master Windows programmer. His programming books have sold more than three million copies worldwide and have been translated into all major foreign languages. He is the author of numerous best sellers including C: The Complete Reference, Java 2: The Complete Reference, Java 2: A Beginner's Guide, C#: A Beginner's Guide, and many more.  Schildt holds a master's degree in computer science from the University of Illinois.

Innehållsförteckning

Part I: The Foundation of C++: The C Subset

1: An Overview of C

2: Expressions

3: Statements

4: Arrays and Null-Terminated Strings

5: Pointers

6: Functions

7: Structures, Unions, Enumerations, and User-Defined Types

8: C-Style Console I/O

9: File I/O

10: The Preprocessor and Comments

Part II: C++

11: An Overview of C++

12: Classes and Objects

13: Arrays, Pointers, References, and the Dynamic Allocation Operators

14: Function Overloading, Copy Constructors, and Default Arguments

15: Operator Overloading

16: Inheritance

17: Virtual Functions and Polymorphism

18: Templates

19: Exception Handling

20: The C++ I/O System Basics

21: C++ File I/O

22: Run-Time Type ID and the Casting Operators

23: Namespaces, Conversion Functions, and Other Advanced Topics

24: Introducing the Standard Template Library

Part III: The Standard Function Library

25: The C-Based I/O Functions

26: The String and Character Functions

27: The Mathematical Functions

28: Time, Date, and Localization Functions

29: The Dynamic Allocation Functions

30: Utility Functions

31: The Wide-Character Functions

Part IV: The Standard C++ Class Library

32: The Standard C++ I/O Classes

33: The STL Container Classes

34: The STL Algorithms

35: STL Iterators, Allocators, and Function Objects

36: The String Class

37: The Numeric Classes

38: Exception Handling and Miscellaneous Classes

Part V : Applying C++

39: Integrating New Classes: A Custom String Class

40: An Object-Oriented Expression Parser