Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (10 loc) · 197 Bytes

1_intro_cpp.md

File metadata and controls

14 lines (10 loc) · 197 Bytes

Introduzione al C++

Codice sorgente

=> viene scritto su un normalissimo file di testo

Per essere eseguito necessita della compilazione

Compilazione

g++ filename.cpp ./a.out

Done :)