C++ for dummies /

Saved in:
Bibliographic Details
Main Authors: Davis, Stephen R., 1956
Published: John Wiley & Sons,
Publisher Address: Hoboken, NJ :
Publication Dates: [2014]
Literature type: Book
Language: English
Edition: 7th edition.
Series: For dummies, a Wiley brand
Subjects:
Item Description: Previous edition: 2009.
Includes index.
Carrier Form: xiv, 450 pages : illustrations ; 24 cm.
ISBN: 9781118823774 (pbk.) :
111882377X (pbk.)
Index Number: QA76
CLC: TP312
Call Number: TP312/D261-1/7th ed.
Contents: Getting started with C++ programming. Writing your first C++ program ; declaring variables constantly ; performing mathematical operations ; performing logical operations ; controlling program flow -- Becoming a functional C++ programmer. Creating functions ; Storing sequences in arrays ; Taking a first look at C++ pointers ; Taking a second look at C++ pointers ; The C++ preprocessor -- Introduction to classes. Examining object-oriented programming ; Adding class to C++ ; Point and stare at objects ; Protecting members : do not disturb ; "Why do you build me up, just to tear me down, baby?"