/CPP

Learn C++

Primary LanguageMakefile

Modern C++ codes for easy learning

Compiler: Mingw-w64

IDE: CodeLite

# Without IDE (text editor + CMD):
g++ -Wall -std=C++17 main.cpp -o main.exe

Workspaces are self-contained within each topic folder.