Product Information
Begin your programming journey with C++ , starting with the basics and progressing through step-by-step examples that will help you become a proficient C++ programmer. This book includes new features from the C++20 standard such as modules, concepts, ranges, and the spaceship operator. All you need are Beginning C++20 and any recent C++ compiler and you'll soon be writing real C++ programs. There is no assumption of prior programming knowledge. All language concepts that are explained in the book are illustrated with working program examples, and all chapters include exercises for you to test and practice your knowledge. Free source code downloads are provided for all examples from the text and solutions to the exercises. This latest edition has been fully updated to the latest version of the language, C++20, and to all conventions and best practices of modern C++. Beginning C++20 also introduces the elements of the C++ Standard Library that provide essential support for the C++20 language. What You Will Learn Begin programming with the C++20 standard Carry out modular programming in C++ Work with arrays and loops, pointers and references, strings, and more Write your own functions, types, and operators Discover the essentials of object-oriented programming Use overloading, inheritance, virtual functions, and polymorphism Write generic function and class templates, and make them safer using concepts Learn the ins and outs of containers, algorithms, and ranges Use auto type declarations, exceptions, move semantics, lambda expressions, and much more Who This Book Is For Programmers new to C++ and those who may be looking for a refresh primer on C++ in general.Product Identifiers
PublisherApress L. P.
ISBN-101484258835
ISBN-139781484258835
eBay Product ID (ePID)6038583785
Product Key Features
Number of PagesXxviii, 825 Pages
Publication NameBeginning C++20 : from Novice to Professional
LanguageEnglish
SubjectProgramming Languages / General, Computer Science, General
Publication Year2020
TypeTextbook
AuthorIvor Horton, Peter Van Weert
Subject AreaComputers
Dimensions
Item Weight56.4 Oz
Item Length10 in
Additional Product Features
Edition Number6
Reviews"The text starts from the basics, covering many topics, each new topic building on what was previously covered. ... The fact that the book is in its sixth edition is a testament to its popularity amongst readers. ... this is an excellent beginner text. ... For the Java or Python programmer wanting to pick up another language, this book is perfect." (Bernard Kuc, Computing Reviews, August 9, 2022)
Number of Volumes1 Vol.
IllustratedYes
Lc Classification NumberQa76.76.C65
Table of Content1. Basic Ideas 2. Introducing Fundamental Types of Data 3. Working Fundamental Types 4. Making Decisions 5. Arrays and Loops 6. Pointers and References 7. Working with Strings 8. Defining Functions 9. Vocabulary Types 10. Function Templates 11. Modules and Namespaces 12. Defining your own Data Types 13. Operator Overloading 14. Inheritance 15. Polymorphism 16. Runtime Errors and Exceptions 17. Class Templates 18. Move Semantics 19. First-Class Functions 20. Containers and Algorithms 21. Constrained Templates and Concepts Appendix A (online only; to be offered as part of source code download)