Skip to content

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

Notifications You must be signed in to change notification settings

mattforestyoung/cpp_best_practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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 Windows Subsystem for Linux (WSL)
  2. Install VS Code (on windows)
  3. Install Python3
    sudo apt update && upgrade
    sudo apt install python3 python3-pip ipython3 -y
    sudo apt install python3-pip -y
    
  4. Install Jupyter (inside WSL)
    sudo apt install jupyter -y
    
  5. Install the remaining dependencies
  6. Install Jupyter extension
  7. Install C++ extension
  8. Install Jupyter Notebook:
    pip install notebook
    

Sources

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published