Beginning C++23: From Beginner to Pro
 
A termék adatai:

ISBN13:9781484293423
ISBN10:1484293428
Kötéstípus:Puhakötés
Terjedelem:918 oldal
Méret:254x178 mm
Súly:1768 g
Nyelv:angol
Illusztrációk: 91 Illustrations, black & white
744
Témakör:

Beginning C++23

From Beginner to Pro
 
Kiadás sorszáma: 7th ed.
Kiadó: Apress
Megjelenés dátuma:
Kötetek száma: 1 pieces, Book
 
Normál ár:

Kiadói listaár:
EUR 64.19
Becsült forint ár:
26 488 Ft (25 226 Ft + 5% áfa)
Miért becsült?
 
Az Ön ára:

21 190 (20 181 Ft + 5% áfa )
Kedvezmény(ek): 20% (kb. 5 298 Ft)
A kedvezmény érvényes eddig: 2024. június 30.
A kedvezmény csak az 'Értesítés a kedvenc témákról' hírlevelünk címzettjeinek rendeléseire érvényes.
Kattintson ide a feliratkozáshoz
 
Beszerezhetőség:

Becsült beszerzési idő: A Prosperónál jelenleg nincsen raktáron, de a kiadónál igen. Beszerzés kb. 3-5 hét..
A Prosperónál jelenleg nincsen raktáron.
Nem tudnak pontosabbat?
 
  példányt

 
Rövid leírás:

Beginner to Intermediate

Hosszú leírás:
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++23 standard.  All you need are Beginning C++23 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++23, and to all conventions and best practices of modern C++. This book also introduces elements of the C++ Standard Library that provide essential support for C++23. After completing this book, you will have the knowledge and skills needed to build your first C++ applications. 

What You Will Learn
  • Begin programming with the C++23 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.
Tartalomjegyzék:
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)