I need to transfer a windows C++ project to linux, however I am currently using MS which is not linux or standards compatible. What header do
You're going to want ncurses.
http://en.wikipedia.org/wiki/Ncurses
There is an replacement version of Conio.h for linux based on NCurses.
http://sourceforge.net/projects/linux-conioh/