Kód: Vybrat vše
#include <iostream>
using namespace std;
int main ()
{
cout << "Velikost typu short je: " << sizeof(short) << "\n";
return 0;
}Moderátor: Mods_senior
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();