C++ in 24 Hours, Sams Teach Yourself
Sams Teach Yourself
- Format: Pocket
- Antall sider: 480
- Språk: Engelsk
- Forlag/Utgiver: SD Books
- Serienavn: Sams Teach Yourself
- EAN: 9780672337468
- Utgivelsesår: 2016
- Bidragsyter: Cadenhead, Rogers; Liberty, Jesse
369,-
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.
Using a straightforward approach, this fast and friendly tutorial teaches you everything you need to know, from installing and using a compiler, to debugging the programs you¿ve created, to what¿s new in C++14.
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
Learn how to...
Using a straightforward approach, this fast and friendly tutorial teaches you everything you need to know, from installing and using a compiler, to debugging the programs you¿ve created, to what¿s new in C++14.
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
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 and classes
- Add rich functionality with templates and lambda expressions
- Debug your programs for flawless code
- Learn exception and error-handling tec