Würde jetzt sowas zB funktionieren?:
#include <curses.h>
#include <iostrem.h>
int eing1, eing2;
int main()
{
cout <<"text";
cin >> eing1;
clear();
cout << "text";
return EXIT_SUCCESS;
}
bash ~> g++ -lncurses -I/usr/local/include -o test test.cpp
bash /winnt/Profiles/ckruse/Desktop> g++ -lncurses -o test.exe test.cpp
muss ich das jetzt verstehen?
naja ich häng erst seit 10tagen an c++ *g*
übrigens bin MAD (gewohnheitssache)