/cpp-from-scratch

repo to learning and pratice cpp and c

Primary LanguageC++

cpp-from-scratch

commands

c++

g++ [filename].cpp -o [filename].out

c++11

g++ [filename].cpp -o [filename].out -std=c++11

c++ with make file

make [filename]

c++ with make file (windows)

mingw32-make [filename]