|Eingestellt in Kategorie:

4-7 TAGE LIEFERUNG - Die Programmiersprache C ++ von Stroustrup, 4. internationale Auflage-

Ursprünglicher Text
4-7DAYS DELIVERY-The C++ Programming Language by Stroustrup,4th International ed
TextbooksXpress
(3791)
Angemeldet als privater Verkäufer
Verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, finden daher keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe. Mehr erfahren
US $39,89
Ca.EUR 34,47
Artikelzustand:
Neu
3 verfügbar6 verkauft
Ganz entspannt. Rückgaben akzeptiert.
Das interessiert die Leute. 7 haben das auf ihrer Beobachtungsliste.
Versand:
US $3,99 (ca. EUR 3,45) FedEx International Economy from Abroad.
Standort: DELHI, DELHI, Indien
Lieferung:
Lieferung zwischen Mi, 13. Aug und Do, 14. Aug nach 94104 bei heutigem Zahlungseingang
Liefertermine - wird in neuem Fenster oder Tab geöffnet berücksichtigen die Bearbeitungszeit des Verkäufers, die PLZ des Artikelstandorts und des Zielorts sowie den Annahmezeitpunkt und sind abhängig vom gewählten Versandservice und dem ZahlungseingangZahlungseingang - wird ein neuem Fenster oder Tab geöffnet. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
   Diners Club 

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

  • Gratis Rückversand im Inland
  • Punkte für jeden Kauf und Verkauf
  • Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:275397316147
Zuletzt aktualisiert am 04. Aug. 2025 12:43:31 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Neu: Neues, ungelesenes, ungebrauchtes Buch in makellosem Zustand ohne fehlende oder beschädigte ...
Binding
SOFTCOVER
Returns
30 days - No Question asked policy
International ISBN
9789356060135
Contents
SAME as in US edition
Packing
Shrinkwrapped- Box Packed
Product Type
INTERNATIONAL EDITION
Cover Picture
Please see 2nd Image for actual book
Features
International Edition
Cover Design
May differ from the Picture shown here
Edition
4
ISBN
9780321958327

Über dieses Produkt

Product Identifiers

Publisher
Addison Wesley Professional
ISBN-10
0321958322
ISBN-13
9780321958327
eBay Product ID (ePID)
167779078

Product Key Features

Number of Pages
1376 Pages
Publication Name
C++ Programming Language
Language
English
Publication Year
2013
Subject
Programming Languages / C++
Type
Textbook
Author
Bjarne Stroustrup
Subject Area
Computers
Format
Hardcover

Dimensions

Item Height
1.9 in
Item Weight
66.6 Oz
Item Length
9.4 in
Item Width
7.7 in

Additional Product Features

Edition Number
4
Intended Audience
Scholarly & Professional
TitleLeading
The
Dewey Edition
23
Dewey Decimal
005.13/3
Table Of Content
Preface to the Fourth Edition v Preface to the Third Edition ix Preface to the Second Edition xi Preface to the First Edition xii Part I: Introductory Material 1 Chapter 1: Notes to the Reader 3 Chapter 2: A Tour of C++: The Basics 37 Chapter 3: A Tour of C++: Abstraction Mechanisms 59 Chapter 4: A Tour of C++: Containers and Algorithms 87 Chapter 5: A Tour of C++: Concurrency and Utilities 111 Part II: Basic Facilities 133 Chapter 6: Types and Declarations 135 Chapter 7: Pointers, Arrays, and References 171 Chapter 8: Structures, Unions, and Enumerations 201 Chapter 9: Statements 225 Chapter 10: Expressions 241 Chapter 11: Select Operations 273 Chapter 12: Functions 305 Chapter 13: Exception Handling 343 Chapter 14: Namespaces 389 Chapter 15: Source Files and Programs 419 Part III: Abstraction Mechanisms 447 Chapter 16: Classes 449 Chapter 17: Construction, Cleanup, Copy, and Move 481 Chapter 18: Overloading 527 Chapter 19: Special Operators 549 Chapter 20: Derived Classes 577 Chapter 21: Class Hierarchies 613 Chapter 22: Run-Time Type Information 641 Chapter 23: Templates 665 Chapter 24: Generic Programming 699 Chapter 25: Specialization 721 Chapter 26: Instantiation 741 Chapter 27: Templates and Hierarchies 759 Chapter 28: Metaprogramming 779 Chapter 29: A Matrix Design 827 Part IV: The Standard Library 857 Chapter 30: Standard Library Summary 859 Chapter 31: STL Containers 885 Chapter 32: STL Algorithms 927 Chapter 33: STL Iterators 953 Chapter 34: Memory and Resources 973 Chapter 35: Utilities 1009 Chapter 36: Strings 1033 Chapter 37: Regular Expressions 1051 Chapter 38: I/O Streams 1073 Chapter 39: Locales 1109 Chapter 40: Numerics 1159 Chapter 41: Concurrency 1191 Chapter 42: Threads and Tasks 1209 Chapter 43: The C Standard Library 1253 Chapter 44: Compatibility 1267 Index 1281
Synopsis
The definitive reference to C++ by the creator of C++, The C++ Programming Language teaches one of the most widely-used, general-purpose programming languages. At an advanced pace this book teaches how to work with compilers updated for the new standard. Students with experience with C++ heading toward domains where mid-size to large applications are being developed - networking, finance, graphics, and games - will find this book an excellent learning tool., The new C++11 standard allows programmers to express ideas more clearly, simply, and directly, and to write faster, more efficient code. 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 Support for concurrency Regular expressions, resource management pointers, random numbers, and improved containers General and uniform initialization, simplified for-statements, move semantics, and Unicode support Lambdas, general constant expressions, control over class defaults, variadic templates, template aliases, and user-defined literals Compatibility issues Topics addressed in this comprehensive book include Basic facilities: type, object, scope, storage, computation fundamentals, and more Modularity, as supported by namespaces, source files, and exception handling C++ abstraction, including classes, class hierarchies, and templates in support of a synthesis of traditional programming, object-oriented programming, and generic programming Standard Library: containers, algorithms, iterators, utilities, strings, stream I/O, locales, numerics, and more The C++ basic memory model, in depth This fourth edition makes C++11 thoroughly accessible to programmers moving from C++98 or other languages, while introducing insights and techniques that even cutting-edge C++11 programmers will find indispensable. This is a hardcover version of the Fourth Edition. Content in this hardcover and the paperback version is identical. This book features an enhanced, layflat binding, which allows the book to stay open more easily when placed on a flat surface. This special binding method--noticeable by a small space inside the spine--also increases durability.
LC Classification Number
QA76.73.C153S77 2014

Artikelbeschreibung des Verkäufers

Info zu diesem Verkäufer

TextbooksXpress

98,9% positive Bewertungen31.470 Artikel verkauft

Mitglied seit Okt 2014
Angemeldet als privater VerkäuferDaher finden verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe. Mehr erfahrenMehr erfahren
We are independent online bookstore, we provide you the best offer in the books of your preference, a great book can change your life.
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
4.9
Lieferzeit
4.9
Kommunikation
4.9

Verkäuferbewertungen (4.155)

Alle Bewertungen
Positiv
Neutral
Negativ
    • n***i (164)- Bewertung vom Käufer.
      Vor über einem Jahr
      Bestätigter Kauf
      Excellent product, price, and seller.
    Alle Bewertungen ansehen

    Produktbewertungen & Rezensionen

    5.0
    2 Produktbewertungen
    • 2 Nutzer bewerten dieses Produkt mit 5 von 5 Sternen
    • 0 Nutzer bewerten dieses Produkt mit 4 von 5 Sternen
    • 0 Nutzer bewerten dieses Produkt mit 3 von 5 Sternen
    • 0 Nutzer bewerten dieses Produkt mit 2 von 5 Sternen
    • 0 Nutzer bewerten dieses Produkt mit 1 von 5 Sternen

    Would recommend

    Good value

    Compelling content

    Relevanteste Rezensionen

    • A must

      This is a "must have" if you want to be a skilled programmer i C++

      Bestätigter Kauf: JaZustand: NeuVerkauft von: prepbooks

    • Awesome

      Great for learning

      Bestätigter Kauf: JaZustand: GebrauchtVerkauft von: goodwillexpress