/cpp_best_practice

A learning exercise for me to find, brush up on, and document best practices for developing high-quality C++ code.

C++ Best Practice

A learning exercise for me to find, brush up on, and document best practices for developing high-quality C++ code.

Setup

These instructions are for Windows:

  1. Install VS Code
  2. Install Jupyter extension
  3. Install C++ extension
  4. Install Jupyter Notebook:
    pip install notebook