Code: Alles auswählen
#include <iostream>
int main()
{
std::cout << "Hallo Welt!\n";
return 0;
}
Ich versuche mich gerade in C++, bitte nehmt Rücksicht


May be kann ja vielleicht Danilo mir noch ein paar Tipps geben.

Greetz Laurin
Code: Alles auswählen
#include <iostream>
int main()
{
std::cout << "Hallo Welt!\n";
return 0;
}
Schau mal in die GCC Documentation in dieses PDF:GCC Documentation hat geschrieben: -static On systems that support dynamic linking, this prevents linking with the shared
libraries. On other systems, this option has no effect.
Es liegt offenbar an etwas anderem. Hm... kp, woran.Was -s bedeutet: hat geschrieben:-s Remove all symbol table and relocation information from the executable.
Code: Alles auswählen
Macro Happy
;-)
EndMacro
Happy End