Skip to content

mloning/learning-cpp

Repository files navigation

Learning C++

Code for the Learn C++ tutorials. For more resources, see my blog post on Learning C++.

Initial setup

brew install llvm pre-commit
ln -s "$(brew --prefix)/opt/llvm/bin/clang-format" "/usr/local/bin/clang-format"
ln -s "$(brew --prefix)/opt/llvm/bin/clang-tidy" "/usr/local/bin/clang-tidy"
pre-commit install --install-hooks

About

Code for learncpp tutorials

Topics

Resources

Stars

Watchers

Forks

Contributors