Skip to content

Latest commit

 

History

History

cpp

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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++.