6
Zum ersten Mal C ++ - Programm unter Ubuntu 14.04 ausführen
Was ist der Befehl, um das folgende einfache C ++ - Programm auszuführen? #include <iostream> using namespace std; // main () is where program execution begins int main() { cout << "Hello World"; // prints Hello World return 0; }
8
c++