Elementi C++ programa
int a;
char strBuffer[80];
...
cout << "Hello World!\n";
cout << “Tekst string \n” << 15 << “\t” << 3/8 << endl;
cout << (float) 15 << “\t” << (int) 3/8 << endl;
cin >> a;
cin >> a >> strBuffer;
cout << “broj je: “ << a << endl;
cout << “string: “ << strBuffer << “\n”;
...
operator redirekcije
manipulator
konverzija tipa podatka
ulazno izlazni tokovi