STLport?
-
hallo
was ist STLport?
ich weiss was STL(Standard Template Library) ist. aber was ist mit port?
Danke
-
Hinsetzen und 100 mal aufschreiben (handschriftlich!)
"I shall use google before asking dumb questions"Der erste Hit auf Google für STLport:
http://www.google.de/search?hl=de&q=STLport&btnG=Google-Suche&meta=
-
#include <iostream> using namespace std; int main() { for(i=0;i<=100;i++) { cout<<"I shall use google before asking dumb questions"<<endl; } return 0; }
-
Immerhin hast Du Sinn für Humor ^^ Nur, dass es 101 mal ist...
Frage beantwortet?