Loading...

C++ For Dummies 7Th Edition

Stephen R. Davis

  • Bindwijze: Paperback
  • Taal: en
  • Categorie: Computers & Informatica
  • ISBN: 9781118823774
Inhoud
Taal:en
Bindwijze:Paperback
Oorspronkelijke releasedatum:08 augustus 2014
Aantal pagina's:450
Illustraties:Nee
Betrokkenen
Hoofdauteur:Stephen R. Davis
Tweede Auteur:Richard J. Simon
Tweede Auteur:Richard J. Simon
Overige kenmerken
Editie:7
Extra groot lettertype:Nee
Product breedte:187 mm
Product hoogte:18 mm
Product lengte:233 mm
Studieboek:Nee
Verpakking breedte:189 mm
Verpakking hoogte:29 mm
Verpakking lengte:232 mm
Verpakkingsgewicht:1058 g
Overige kenmerken
Editie:7
Extra groot lettertype:Nee
Product breedte:187 mm
Product hoogte:18 mm
Product lengte:233 mm
Studieboek:Nee
Verpakking breedte:189 mm
Verpakking hoogte:29 mm
Verpakking lengte:232 mm
Verpakkingsgewicht:1058 g

Samenvatting

The best-selling C++ For Dummies book makes C++ easier! C++ For Dummies, 7th Edition is the best-selling C++ guide on the market, fully revised for the 2014 update.

Learn to:

  • Program in C++ from the ground up
  • Write your first program in C++
  • Work with master classes and inheritance
  • Sail through streaming I/O

The bestselling guide that shows you how to master C++ from the ground up

Whether you’re a beginner or intermediate programmer looking to fine-tune your skills, C++ For Dummies gives you clear instructions and guidance on becoming a functional C++ programmer. Updated to reflect the latest changes for C++ 2014, this hands-on guide shows you how to make sense of classes, inheritance, and advanced strokes—and much more.

  • C++ Programming 101 — find out what it means to write a computer program, learn to speak the C++ language, and start crunching C++ commands
  • Put the “fun” in functional programming — build upon your newly-gained knowledge to bundle sections of C++ code into modules, and then reuse those modules in programs
  • The plot thickens — get the scoop on object-oriented programming and grasp classes, constructors, destructors, and much more
  • Fly first class — understand why inheritance is the key to effective C++ programming, and become a first-rate object-oriented programmer
  • Become a master programmer — take your skills to the next level and master features like file input/output, error-handling, constructs, and templates

Open the book and find:

  • How to create your first program in Code::Blocks
  • Mathematical and logical operations
  • An introduction to pointers
  • What you need to know about object-oriented programming
  • How to use the copy constructor
  • Ways to handle errors and keep your program from being hacked
  • A companion website that features all the code from the book