Description
What you will learn
- Understand how a C++ program is written, executed, and compiled
- Efficiently work with the essential C++ data types and variables
- Build your own C++ applications by writing clear and error-free code
- Grasp the core principles behind object-oriented programming
- Simplify your code by using templates and the standard library
- Debug logical errors and handle exceptions in your program
Who this book is for
This Workshop is for anyone who is new to C++ who wants to build a strong foundation for C++ game programming or application development. Basic prior knowledge of data structures and OOP concepts, as well as experience in any other programming language, will help you grasp the concepts covered in this book more easily.
Table of Contents
- Your First C++ Application
- Control Flow
- Built-in Data Types
- Operators
- Pointers and References
- Dynamic Variables
- Ownership and Lifetime of Dynamic Variables
- Classes and Structs
- Object-Oriented Principles
- Advanced Object-Oriented Principles
- Templates
- Containers and Iterators
- Exception Handling in C++
Reviews
There are no reviews yet.