Hi, bin ganz neu in der programmierung und möchte gerne c/c++ lernen. Das alles mache ich unter Linux suse 10.1 und benutze dazu den g++ compiler.... da ich bis jetzt meine infos nur übers web habe, bin ich mir nicht sicher ob das alles hand und fuß hat... naja die aufgabe heißt "hello world":
int main()
{
printf ("Hello World!");
getch ();
return 0;
habe ich abgetippt: wenn ich das jetzt compilieren möchte oder so dann kommt schon folgende fehlermeldung:
hw.cpp: In function ‘int main()’:
hw.cpp:9: error: ‘printf’ was not declared in this scope
hw.cpp:10: error: ‘getch’ was not declared in this scope
an was kann das liegen, was mache ich falsch? freu mich schon auf eure antworten, ich verstehe kein Wort von der Fehlermeldung!
vlg Strige
Strige Gast |