Now I want to run a program which I wrote in C++ for Windows on Linux Mint.
Unfortunally, one of the headerfiles (conio.h) is not supported by GNU
I tried to use wxWidget in Wine but met some problems.
Now I use Code::Blocks which uses GNU compiler.
The function which I like to keep is getch() or _getch().
The reason is that the user of my program can press any key to continue without pressing <enter> afterwards when I use getch().
Does anybody know how a good alternative?
tnx a lot.





