Cantitate/Preț
Produs

C++ in 24 Hours, Sams Teach Yourself: Sams Teach Yourself

Autor Jesse Liberty
en Limba Engleză Paperback – 29 iul 2016
Sams Teach Yourself C++ in 24 Hours is a hands-on guide to the C++ programming language. Readers are provided with short, practical examples that illustrate key concepts, syntax, and techniques. Step-by-step instructions carefully walk you through the most common C++ programming tasks Quizzes and Exercises at the end of each chapter help you test yourself to make sure you re ready to go on Starter Kit software provides everything you need to create and compile C++ programs on any platform Windows, Mac or Linux Learn how to Install and use a C++ compiler for Windows, Mac OS X or Linux Build object-oriented programs in C++ Master core C++ concepts such as functions, classes, arrays, and pointers Add rich functionality with linked lists and templates Debug your programs for flawless code Learn exception and error-handling techniques Discover what s new in C++0x, the next version of C++ "
Citește tot Restrânge

Din seria Sams Teach Yourself

Preț: 15272 lei

Preț vechi: 19090 lei
-20%

Puncte Express: 229

Preț estimativ în valută:
2926 3169$ 2509£

Carte disponibilă

Livrare economică 19 aprilie-03 mai
Livrare express 04-10 aprilie pentru 3628 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780672337468
ISBN-10: 0672337460
Pagini: 450
Dimensiuni: 178 x 232 x 36 mm
Greutate: 0.75 kg
Ediția:6
Editura: Sams Publishing
Seria Sams Teach Yourself


Notă biografică

Rogers Cadenhead is a writer, computer programmer, and web developer who has written more than 25 books on Internet-related topics, including Sams Teach Yourself Java in 21 Days and Absolute Beginner's Guide to Minecraft Mods Programming. He publishes the Drudge Retort and other websites that receive more than 22 million visits a year. This book's official website is at http://cplusplus.cadenhead.org.

Jesse Liberty is the author of numerous books on software development, including best-selling titles on C++ and .NET. He is the president of Liberty Associates, Inc. (www.libertyassociates.com), where he provides custom programming, consulting, and training.


Cuprins

  • Hour 1: Writing Your First Program
  • Hour 2: Organizing the Parts of a Program
  • Hour 3: Creating Variables and Constants
  • Hour 4: Using Expressions, Statements, and Operators
  • Hour 5: Calling Functions
  • Hour 6: Controlling the Flow of a Program
  • Hour 7: Storing Information in Arrays and Strings
  • Hour 8: Creating Basic Classes
  • Hour 9: Moving into Advanced Classes
  • Hour 10: Creating Pointers
  • Hour 11: Developing Advanced Pointers
  • Hour 12: Creating References
  • Hour 13: Developing Advanced References and Pointers
  • Hour 14: Calling Advanced Functions
  • Hour 15: Using Operator Overloading
  • Hour 16: Extending Classes with Inheritance
  • Hour 17: Using Polymorphism and Derived Classes
  • Hour 18: Making Use of Advanced Polymorphism
  • Hour 19: Storing Information in Linked Lists
  • Hour 20: Using Special Classes, Functions, and Pointers
  • Hour 21: Using New Features of C++
  • Hour 22: Employing Object-Oriented Analysis and Design
  • Hour 23: Creating Templates
  • Hour 24: Dealing with Exceptions and Error Handling