alfonsovng / fonaments-programacio

Recursos del curs 340348 - FONAMENTS DE PROGRAMACIÓ

Home Page:https://www.epsevg.upc.edu/ca

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Recursos del curs 340348 - FONAMENTS DE PROGRAMACIÓ

Alfonso da Silva: alfonso.da.silva@upc.edu

* cal autènticar-se per accedir a aquest recurs

Instruccions

Per compilar un programa en c++, cal situar-se al directori on es troba el programa i executar, si el fitxer amb el codi font s'anomena hola.cc:

g++ -Wall -o hola.e hola.cc 

Per executar-lo cal escriure:

.\hola.e

About

Recursos del curs 340348 - FONAMENTS DE PROGRAMACIÓ

https://www.epsevg.upc.edu/ca

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%