Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 4.06 KB

README.md

File metadata and controls

35 lines (28 loc) · 4.06 KB

The C++ Workshop

GitHub issues GitHub forks GitHub stars PRs Welcome

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.

Requirements and Setup

The C++ Workshop

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:

  1. Tutorialspoint C++ compiler
  2. godbolt compiler explorer
  3. coliru
  4. repl.it
  5. Rextester

About The C++ Workshop

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.

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

Related Books and Workshops

If you've found this repository useful, you might want to check out some of our other workshop titles: