oder
Loggen Sie sich ein, um 1-Click® einzuschalten.
oder
Mit kostenloser Probeteilnahme bei Amazon Prime. Melden Sie sich während des Bestellvorgangs an. Erfahren Sie mehr
Alle Angebote
Möchten Sie verkaufen? Hier verkaufen
oder
gegen einen Amazon.de Gutschein über EUR 14,20 eintauschen?
The C++ Programming Language: Special Edition
 
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

The C++ Programming Language: Special Edition [Special Edition] [Englisch] [Gebundene Ausgabe]

Bjarne Stroustrup
4.8 von 5 Sternen  Alle Rezensionen anzeigen (13 Kundenrezensionen)
Preis: EUR 47,95 kostenlose Lieferung. Siehe Details.
  Alle Preisangaben inkl. MwSt.
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Auf Lager.
Verkauf und Versand durch Amazon.de. Geschenkverpackung verfügbar.
Nur noch 7 Stück auf Lager - jetzt bestellen.
Lieferung bis Dienstag, 29. Mai: Wählen Sie an der Kasse Morning-Express. Siehe Details.

Weitere Ausgaben

Amazon-Preis Neu ab Gebraucht ab
Gebundene Ausgabe, Special Edition EUR 47,95  
Taschenbuch --  
Gutschein erhalten
Tauschen Sie jetzt The C++ Programming Language: Special Edition gegen einen Amazon-Gutschein in Höhe von EUR 14,20 ein - einlösbar für Tausende von Artikeln bei Amazon.de. Entdecken Sie mehr eintauschbare Bücher im Bücher Trade-In Shop. Bitte beachten Sie die Teilnahmebedingungen.

Jetzt für Amazon Student anmelden und um 20% erhöhten Eintauschwert sichern.

Hinweise und Aktionen

  • Studienbücher: Ob neu oder gebraucht, alle wichtigen Bücher für Ihr Studium finden Sie im großen Studium Special. Natürlich portofrei.


Wird oft zusammen gekauft

Kunden kaufen diesen Artikel zusammen mit The C Programming Language. (Prentice Hall Software) EUR 29,95

The C++ Programming Language: Special Edition + The C Programming Language. (Prentice Hall Software)
Preis für beide: EUR 77,90

Verfügbarkeit und Versanddetails anzeigen

  • Dieser Artikel: The C++ Programming Language: Special Edition

    Auf Lager.
    Verkauf und Versand durch Amazon.de.
    Kostenlose Lieferung. Details

  • The C Programming Language. (Prentice Hall Software)

    Auf Lager.
    Verkauf und Versand durch Amazon.de.
    Kostenlose Lieferung. Details



Produktinformation

  • Gebundene Ausgabe: 1019 Seiten
  • Verlag: Addison-Wesley Longman, Amsterdam; Auflage: Special (1. Februar 2000)
  • Sprache: Englisch
  • ISBN-10: 0201700735
  • ISBN-13: 978-0201700732
  • Größe und/oder Gewicht: 24,1 x 19,6 x 4,3 cm
  • Durchschnittliche Kundenbewertung: 4.8 von 5 Sternen  Alle Rezensionen anzeigen (13 Kundenrezensionen)
  • Amazon Bestseller-Rang: Nr. 1.264 in Englische Bücher (Siehe Top 100 in Englische Bücher)
  • Komplettes Inhaltsverzeichnis ansehen

Produktbeschreibungen

Book Description

The result is complete, authoritative coverage of the C++ language, its standard library, and key design techniques. Based on the ANSI/ISO C++ standard, The C++ Programming Language provides current and comprehensive coverage of all C++ language features and standard library components.

For example:

abstract classes as interfaces class hierarchies for object-oriented programming templates as the basis for type-safe generic software exceptions for regular error handling namespaces for modularity in large-scale software run-time type identification for loosely coupled systems the C subset of C++ for C compatibility and system-level work standard containers and algorithms standard strings, I/O streams, and numerics C compatibility, internationalization, and exception safety

Bjarne Stroustrup makes C++ even more accessible to those new to the language, while adding advanced information and techniques that even expert C++ programmers will find invaluable.

Synopsis

More than three-quarters of a million programmers have benefited from this book in all of its editions Written by Bjarne Stroustrup, the creator of C++, this is the world's most trusted and widely read book on C++. For this special hardcover edition, two new appendixes on locales and standard library exception safety (also available at www.research.att.com/~bs/) have been added. The result is complete, authoritative coverage of the C++ language, its standard library, and key design techniques. Based on the ANSI/ISO C++ standard, The C++ Programming Language provides current and comprehensive coverage of all C++ language features and standard library components.For example: *abstract classes as interfaces *class hierarchies for object-oriented programming *templates as the basis for type-safe generic software *exceptions for regular error handling *namespaces for modularity in large-scale software *run-time type identification for loosely coupled systems *the C subset of C++ for C compatibility and system-level work *standard containers and algorithms *standard strings, I/O streams, and numerics *C compatibility, internationalization, and exception safety Bjarne Stroustrup makes C++ even more accessible to those new to the language, while adding advanced information and techniques that even expert C++ programmers will find invaluable.

Welche anderen Artikel kaufen Kunden, nachdem sie diesen Artikel angesehen haben?


In diesem Buch (Mehr dazu)
Einleitungssatz
This book consists of six parts: Introduction: Chapters 1 through 3 give an overview of the C++ language, the key programming styles it supports, and the C++ standard library. Lesen Sie die erste Seite
Mehr entdecken
Wortanzeiger
Ausgewählte Seiten ansehen
Buchdeckel | Copyright | Inhaltsverzeichnis | Auszug | Stichwortverzeichnis | Rückseite
Hier reinlesen und suchen:

Vorgeschlagene Tags zu ähnlichen Produkten

 (Was ist das?)
Setzen Sie den ersten relevanten Tag hinzu (ein Schlüsselwort, das mit diesem Produkt in engem Zusammenhang steht).
 
(4)
(2)
(2)

 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

3 Sterne
0
2 Sterne
0
1 Sterne
0
Die hilfreichsten Kundenrezensionen
19 von 19 Kunden fanden die folgende Rezension hilfreich
Format:Gebundene Ausgabe
As a language reference, I highly recommend this book. Every language feature is explained, with illustrative code snippets. Aside from the section on the standard library, this book improves on the previous edition by incorporating more material on designing using C++. This is significant because a major stumbling block to using C++ well is knowing when and where to use a language feature.

Another major improvement is the section on 'advice' which can be found at the end of every chapter. This portion summarizes what the chapter was trying to teach, with pointers to the relevant part of the book.

As a tutorial for the beginner, I suggest you look elsewhere. The book is not easy to read, since the author tries to explain so much in so little space (if you can call 900 pages 'little').

You will probably read this book more than TWICE. First, to simply try out the language on your compiler (sit in front of your computer when you do). Second, to digest the material on designing using C++ (try doing this away from your computer). Third, to see if you missed out anything significant. You will.

War diese Rezension für Sie hilfreich?
5 von 5 Kunden fanden die folgende Rezension hilfreich
Format:Gebundene Ausgabe
From my years of being a C++ programmer, this is definitely the one of the best reference books I've ever used. This book cover all the aspects of C++, one of the most complicated programming language, with a nice detail of everything, including STL (Standard Template Library, the C++ new standard library).

However, this book is, like all of the previous editions, NOT a language/programming tutorial. To read this book, you will need tons of C++ & OOP knowledge, even if you are an ace C programmer (since C is quite different from C++ in "The Way of Thinking"). Especially, if you are a novice, please read one or two "good" primer book before coming to this one, otherwise you will get lost easily. (Believe me, it's happened to me before when I tried to read the 2nd edition).

Moreover. In this edition, the author, Bjarne Stroustrup, added 2 more appendixes on "locales" and "standard library exception safety", which would make this book even more useful and more complete than any previous editions. And would make this become "A Bible" for C++ Programmaing Language.

If you are a "serious" C++ programmer (or wannabe), you can't get anything better than this. This is a MUST!

War diese Rezension für Sie hilfreich?
8 von 9 Kunden fanden die folgende Rezension hilfreich
Best there ever will be 23. März 2000
Format:Gebundene Ausgabe
I get extremely aggravated by people who read a book like thisand say how terrible it is, how the examples are hard to understand,and how hard the code is to understand, etc etc... Blah blah blah. It's pretty obvious to an experienced programmer that these people clearly are not the target audience of the book. The target audience of this book is programmers who have a couple years of experience programming (at least in C, preferably in C++). Additionally, you must be able to understand some rather complex terminology, and some concepts that go well beyond the basics of just writing simple programs. You must also have a desire to learn the C++ language inside and out, leaving nothing whatsoever unclear about the language. If all you want is the basic syntax of the language and lots of handholding then I cannot imagine why you're even looking at a book by the creator of the language in the first place.

That said, this is a truly amazing book. You will never, ever, ever find a more in depth description of the language, it's features and caveats, and how to make the language do what you want it to do and make programming simple in large systems. When you reach a certain point it isn't as simple as "okay let's have a class with some get and set methods here". You must have a thorough understanding of some extremely advanced features, and this book will definitely get you to that point if you put in the time. The way the explanations are worded and the examples that are given are difficult to understand because there's no simple way to explain such advanced concepts. And if you are one of the people that think there _is_ an easy way to explain such concepts in the same amount of detail, I invite you to go find an easy explanation of mathematical Field Theory or Quantum Physics.

If you are smart, part of the target audience, and mature enough to handle it, I doubt you will be able to find a better book.

And for those who are still convinced that simpler is better, I wonder if you can explain to me *why* overriding a function in a derived class makes all of its overloads in the base class inaccessible.

War diese Rezension für Sie hilfreich?
Die neuesten Kundenrezensionen
You code C++ - you own this book.
You are a C++ programmer - you own this book. If you don't, buy it, buy it right now. This is the reference work on C++, written by the original creator of the language himself:... Lesen Sie weiter...
Veröffentlicht am 16. Januar 2010 von Sören Meyer-Eppler
The Best!!
This book is simply fantastic!!! Beginners should first start reading some basic feature of the language before using this book!!! Congratulation to Dr Stroustrup.
Veröffentlicht am 23. Mai 2007 von Teguetio
A Must-Have! (actually it must be voted 10 stars ...)
This book is a Must-Have for anyone developing software with C++. The best book ever on the world's #1 programming language ... C++!
Am 13. September 2000 veröffentlicht
Very Thurough
This is a very thurough book about ANSI C++ from the creator. It is not for beginners to programming or C++, but is best used to fill in any holes in your knowledge. Lesen Sie weiter...
Veröffentlicht am 13. Juli 2000 von J. Thomas Dyess
Amazing Book for Beginners
I had to review this book twice because in my last review I had only given the book 4 out of 5 stars, when really this book should be a 7. Lesen Sie weiter...
Veröffentlicht am 15. Juni 2000 von Maxwell T. Dornes
It's really the best!
Just as many people said, this book is not an easy reading. One year ago, when I tried to read the paperback edition, I found it's difficult to follow and couldn't make any use of... Lesen Sie weiter...
Veröffentlicht am 25. Mai 2000 von "dragon999"
The Return Of A Classic
For years, Stroustrup's original, The C++ Programming Language, was THE single book to own if you were serious about C++. Lesen Sie weiter...
Veröffentlicht am 19. Mai 2000 von John Tompkins
Foundation of C++ Book
If one belongs to the type of programmers, who always read the book of the founder, than one needs this book. It's comprehensive and technical high level. Lesen Sie weiter...
Am 14. Mai 2000 veröffentlicht
Excellent C++ Resource
This is the best C++ book that I have ever read. If you have a decent understanding of C++, this will take you to the next level. Lesen Sie weiter...
Veröffentlicht am 11. Februar 2000 von L.R. Kirven IV
A tome
1000 pages of admittedly well-written text about C++, without even discussing high-level APIs aside from the very basic STL, should be enough to convince anyone to move to Java.
Am 11. Februar 2000 veröffentlicht
Kundenrezensionen suchen
Nur in den Rezensionen zu diesem Produkt suchen

Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar


Datenschutzerklärung von Amazon.de Versandbedingungen von Amazon.de Umtausch- & Rücknahme bei Amazon.de