JulioCVaz / cpp-from-scratch

repo to learning and pratice cpp and c

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

repo to learning and pratice cpp and c


Languages

Language:C++ 99.5%Language:Makefile 0.5%