Impariamo a codare usando lo standard:
- atoi() esiste anche nella libreria del C++ sotto l'header cstdlib
- nessun header ha una estenzione in C++
- la funzione main ritorna *sempre* un int
bye
Impariamo a codare usando lo standard:
- atoi() esiste anche nella libreria del C++ sotto l'header cstdlib
- nessun header ha una estenzione in C++
- la funzione main ritorna *sempre* un int
bye
There are 10 kinds of people in the world: who knows the binary numeration and who not