Kód: Vybrat vše
#include <iostream>
using namespace std;
int main ()
{
cout << "Velikost typu short je: " << sizeof(short) << "\n";
return 0;
}
Kód: Vybrat vše
#include <iostream>
using namespace std;
int main ()
{
cout << "Velikost typu short je: " << sizeof(short) << "\n";
return 0;
}
Kód: Vybrat vše
cin.get();
Zpět na “Programování a tvorba webu”
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 5 hostů