I'm interested in using conio.h, but I have no idea how to use it, and google has not been helpful. Could someone point me to some kind of conio.h tutorial?
Actually, the whole reason that I am looking into conio.h is that I tried to get pdcurses working for about a week with no success. Do you know an easy way to get pdcurses working with the gnu compiler in code blocks?
Well why are you interested in it at all? Why not just go completely graphical with SDL or SFML or OpenGL or DirectX or WinAPI or QT or any other library/API that lets you program graphically?
Well, I'm planning on using something like that in the relatively near future, but I'm just learning c++ and I thought that a simpler display would be easier. Do you have a recommendation for a graphical library?