This might sound a hella stupid question...
when I use getch() in Visual Studio, it works perfectly fine but when I use it in Eclipse ( MinGW ), for some reason, it stops working by not passing the line that says: int temp = getch();
I think it is worth the mention there are no compiling or runtime errors. It is just not the behavior that I expected.
Any idea of what be happening?