C++20 for lazy programmers quick, easy, and fun C++ for beginners

Ready to learn programming with less effort and more fun? Then do it the lazy way! C++20 for Lazy Programmers uses humor and fun to make you actually willing to read and eager to do the projects as you master the popular and powerful C++ language. Along the way it includes many features from the new...

Full description

Bibliographic Details
Main Author: Briggs, Will
Format: eBook
Language:English
Published: [California] Apress 2021
Edition:Second edition
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 04122nmm a2200421 u 4500
001 EB001912724
003 EBX01000000000000001075626
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 9781484263075 
020 |a 9781484263068 
020 |a 1484263065 
050 4 |a QA76.73.C153 
100 1 |a Briggs, Will 
245 0 0 |a C++20 for lazy programmers  |b quick, easy, and fun C++ for beginners  |c Will Briggs 
250 |a Second edition 
260 |a [California]  |b Apress  |c 2021 
300 |a 1 online resource  |b illustrations 
505 0 |a Includes bibliographical references and index 
505 0 |a 1 Getting started -- 2 Images and sound -- 3 Math: types, operations, consts, and math functions -- 4 Mouse, and if -- 5 Loops and text input -- 6 Algorithms and the development process -- 7 Functions -- 8 Functions (Continued) -- 9 Using the debugger -- 10 Arrays and enum class -- 11 Animation with structs and sprites -- 12 Building your own arcade game: input, collisions, and putting it all together -- 13 Standard I/O and file operations -- 14 Character arrays and dynamic memory (pointers) -- 15 Classes: the basics -- 16 Classes, continued -- 17 Operators, and destructors -- 18 Exceptions, recursion, and O notation -- 19 Classes, continued: inheritance -- 20 Template functions and classes -- 21 Multiple inheritance and virtual functions -- 22 Linked lists -- 23 The Standard Template Library (STL) -- 24 Building bigger projects -- 25 History -- 26 Esoterica (recommended) -- 27 Esoterica (not so recommended) -- 28 C -- 29 Moving on with SDL -- Appendices -- A. Help With Setup -- B. Operators -- C. ASCII codes -- D. Fundamental Types -- E. Escape Sequences -- F. Basic C Standard Library -- G. Common Debugger Commands -- H. SSDL Reference 
653 |a Computer programming / fast 
653 |a Open source software / fast 
653 |a Computer software / fast 
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 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
028 5 0 |a 10.1007/978-1-4842-6306-8 
776 |z 1484263057 
776 |z 9781484263075 
776 |z 1484263065 
776 |z 9781484263068 
776 |z 9781484263051 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484263068/?ar  |x Verlag  |3 Volltext 
082 0 |a 005.13/3 
520 |a Ready to learn programming with less effort and more fun? Then do it the lazy way! C++20 for Lazy Programmers uses humor and fun to make you actually willing to read and eager to do the projects as you master the popular and powerful C++ language. Along the way it includes many features from the new C++20 standard, such as ranges, spans, format strings, the "spaceship" operator, and concepts (template parameter requirements), and provides brief introductions to modules and coroutines. With this unique method, you'll stretch your abilities with a variety of projects, including your own C++ arcade game. You'll construct your own classes, templates, and abstract data types. After reading and using this book you'll be ready to build real-world C++ applications and game projects on your own. You will: Be one of the first to program in the brand-new C++20 standard Discover the SDL graphics and gaming library, and SSDL, the "Simple SDL" wrapper library Get detailed help using the most common C++ compilers -- Visual Studio for Windows, and g++ (with Unix or MinGW) -- and their associated debuggers Practice "anti-bugging" for easy fixes to common problems Learn new concepts and skills from a variety of examples Develop sound practices for becoming a productive programmer Build a C++-based arcade game Apply built-in Standard Template Library (STL) functions and classes for easy and efficient programming Learn powerful data types including strings, stacks, vectors, and linked lists -- not by reading about them but by building them -- preparing you further for a career in programming