Also beware that conio.h is not a library, it's only a header file. All it contains is declarations, not the actual function code. So if you happen to find a loose conio.h without the library that it calls, you're no better off. So yes, download MinGW, it provides both necessary parts.