Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 724 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 724 Bytes

C++

VODs

References

Dev Env

Emacs already has c++-mode by default so nothing to install there.

Compiler

We used g++.

LSP

  • ccls - Cumbersome build process
  • clangd - Just brew install llvm and you're ready

Issues

  • clang didn't work to compile snippets/fizzbuzz.cpp and maybe that's a me problem. clang++ works fine and so does g++.