20.08.00, 08:57
Laut Handbuch habe ich diese Programm geschrieben.
#include <iostream.h>
int main(){
cout<< "Hello World">> endl;
}
danach mit g++ -o myprogram myprogram.cpp
gespeichert
laut Handbuch starten mit myprogram
Es funktioniert aber nicht, ich bekomme folgenden Fehler:
myprogram: command not found.
Was mache ich falsch?
Ich muss dazu sagen, dass ich ein Anfänger bin, was Linux betrifft.
#include <iostream.h>
int main(){
cout<< "Hello World">> endl;
}
danach mit g++ -o myprogram myprogram.cpp
gespeichert
laut Handbuch starten mit myprogram
Es funktioniert aber nicht, ich bekomme folgenden Fehler:
myprogram: command not found.
Was mache ich falsch?
Ich muss dazu sagen, dass ich ein Anfänger bin, was Linux betrifft.