Cantitate/Preț
Produs

Beginning C++20: From Novice to Professional

Autor Ivor Horton, Peter Van Weert
en Limba Engleză Paperback – 4 oct 2020
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.

Citește tot Restrânge

Preț: 35907 lei

Preț vechi: 44900 lei
-20%

Puncte Express: 539

Preț estimativ în valută:
6879 7452$ 5899£

Carte indisponibilă temporar

Doresc să fiu notificat când acest titlu va fi disponibil:

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781484258835
ISBN-10: 1484258835
Pagini: 790
Ilustrații: XXVIII, 825 p. 80 illus.
Dimensiuni: 178 x 254 x 51 mm
Greutate: 1.45 kg
Ediția:6th ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States

Cuprins

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

Recenzii

“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)

Notă biografică

Ivor Horton is self-employed in consultancy and writes programming tutorials. He is the author of many programming books. Ivor worked for IBM for many years and holds a bachelor's degree, with honors, in mathematics. Horton's experience at IBM includes programming in most languages (including assembler and high-level languages on a variety of machines), real-time programming, and designing and implementing real-time closed loop industrial control systems. He has extensive experience teaching programming to engineers and scientists (Fortran, PL/1, APL, etc.). Horton is an expert in mechanical, process, and electronic CAD systems; mechanical CAM systems; and DNC/CNC systems.

Peter Van Weert works for Danaher in its R&D unit for digital dentistry software, developing software for the dental practice of tomorrow. In his spare time, he has co-authored two books on C++ and two award-winning Windows 8 apps and is a regular expert speaker at, and board member of, the Belgian C++ Users Group.  He is a software engineer whose main interests and expertise are application software development, programming languages, algorithms, and data structures.He received his master of science degree in computer science summa cum laude with congratulations of the Board of Examiners from the University of Leuven. In 2010, he completed his PhD thesis there on the design and efficient compilation of rule-based programming languages at the research group for declarative programming languages and artificial intelligence. During his doctoral studies, he was a teaching assistant for object-oriented programming (Java), software analysis and design, and declarative programming. After graduating, Peter worked at Nikon Metrology for more than six years on large-scale, industrial application software in the area of 3D laser scanning and point cloud inspection. He learned to master C++ and refactoring and debugging of very large code bases, and he gained further proficiency in all aspects of the software development process, including the analysis of functional and technical requirements, and agile and scrum-based project and team management.

Textul de pe ultima copertă

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

You will:
  • 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


Caracteristici

Begin to master the C++20 standard through step-by-step examples
Includes modular programming, parallelism and more
Also covers arrays, lambdas, operator overloading, inheritance, virtual functions and polymorphism