Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 750 Bytes

File metadata and controls

15 lines (12 loc) · 750 Bytes

learncpp

Github graph is like Duolingo streak. Good for consistency.

Some technicalities to note (g++)

  • disable compiler extensions with -pedantic-errors [1]
  • for debug builds -ggdb and -O2 -DNDEBUG for release builds [1]
  • better diagnostic messages -Wall -Weffc++ -Wextra -Wconversion -Wsign-conversion

NOTE:

  • Directory hierarchy is based on the syllabus by learncpp.com

References