ignamiguel / fiuba-taller-cplusplus

Studying FIUBA Taller 1 with C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fiuba-taller-cplusplus

Working on the C++ basics for FIUBA Taller 1

How to compile and run a C++ program?

g++ -Wall -Wextra -std=c++11 -o myApp source.cpp

Read from a file

Write to a file

About

Studying FIUBA Taller 1 with C++


Languages

Language:C++ 99.6%Language:Shell 0.4%