C++ in 24 Hours, Sams Teach Yourself: Sams Teach Yourself
Autor Jesse Libertyen Limba Engleză Paperback – 28 iul 2016
Preț: 162.27 lei
Preț vechi: 202.84 lei
-20% Nou
Puncte Express: 243
Preț estimativ în valută:
31.07€ • 32.41$ • 26.04£
31.07€ • 32.41$ • 26.04£
Carte disponibilă
Livrare economică 20 februarie-06 martie
Livrare express 05-11 februarie pentru 37.92 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
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.
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