This is for programming in C:
I want to download conio.h in Virtualbox on my mac computer, however, after I downloaded it which was from here: https://sourceforge.net/projects/myconio/, I began receiving errors such that it couldn't find specific files. Is there another place I can download conio.h from or is there a way I can fix the errors I am receiving?
Also, I am making a quiz game for which I want to create a GUI (Graphic User Interface). How would I be able to do this in Virtualbox so that I don't have the game appear in terminal but in a separate GUI?