Sams teach yourself C++ in 24 hours

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...

Full description

Bibliographic Details
Main Authors: Cadenhead, Rogers, Liberty, Jesse (Author)
Format: eBook
Language:English
Published: Indianapolis, Indiana Sams 2017
Edition:Sixth edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 03738nmm a2200409 u 4500
001 EB001943689
003 EBX01000000000000001106591
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9780134192543 
050 4 |a QA76.73.C153 
100 1 |a Cadenhead, Rogers 
245 0 0 |a Sams teach yourself C++ in 24 hours  |c Rogers Cadenhead, Jesse Liberty 
246 3 1 |a Sams teach yourself C plus plus in twenty-four hours 
246 3 1 |a C++ in 24 hours 
250 |a Sixth edition 
260 |a Indianapolis, Indiana  |b Sams  |c 2017 
300 |a 1 volume  |b illustrations 
505 0 |a I. Beginning C++. Writing your first program -- Organizing the parts of a program -- Creating variables and constants -- Using expressions, statements and operators -- Calling functions -- Controlling the flow of a program -- Storing information in arrays and strings -- II. Classes. Creating basic classes -- Moving into advanced classes -- III. Memory management. Creating pointers -- Developing advanced pointers -- Creating references -- Developing advanced references and pointers -- IV. Advanced C++. Calling advanced functions -- Using operator overloading -- V. Inheritance and polymorphism. Extending classes with inheritance -- Using polymorphism and derived classes -- Making use of advanced polymorphism -- VI. Special topics. Storing information in linked lists -- Using special classes, functions, and pointers -- Using new features of C++14 -- Employing object-oriented analysis and design -- Creating templates -- Dealing with exceptions and error handling -- VII. Appendixes. Appendix A: Binary and hexadecimal -- Appendix B: Glossary -- Appendix C: This book's web site -- Appendix D: Using the MinGW C++ compiler on Windows -- Index 
653 |a COMPUTERS / Programming Languages / C++ / bisacsh 
653 |a C++ (Langage de programmation) 
653 |a C++ (Computer program language) / http://id.loc.gov/authorities/subjects/sh87007505 
653 |a C++ (Computer program language) / fast 
700 1 |a Liberty, Jesse  |e author 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Includes index 
776 |z 9780672337468 
776 |z 0134192567 
776 |z 9780134192567 
776 |z 9780134192543 
776 |z 0134192540 
776 |z 0672337460 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780134192567/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.13/3 
520 |a 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... 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 techniques Put to use the new features in C++14, the latest version of the language Create and use templates Control program flow with loops Store information in arrays and strings Declare and use pointers Use operator overloading Extend classes with inheritance Use polymorphism and derived classes Employ object-oriented analysis and design