This is the repository for The C++ Workshop, published by Packt. It contains all the supporting project files necessary to work through the course from start to finish.
We use online compilers to compile code in The C++ Workshop. The compiler at cpp.sh is extensively used in this Workshop. However, you can also use one of the following compilers:
The C++ Workshop is designed to help you master the core concepts of C++. Each chapter features challenging exercises and hands-on projects to guide you effectively through writing and compiling clean code in a real-time environment.
- 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
If you've found this repository useful, you might want to check out some of our other workshop titles: