ndering 0 Posted September 29, 2003 hi, i want to write platform independent programs and i am having trouble figuring out how to effectively carry out console input-output functions that would work both for win32 and linux\unix. i dont need any fancy gui api's, just something like ncurses (is ncurses platform independent?). PLEASE HELP! thanks! Share this post Link to post
Maillion 0 Posted January 4, 2004 Try Java or Perl. Both work in either OS. C++ can make platform-independent programs, but they must be compiled with proper headers and includes for each platform. Both Perl and Java are more or less interpreted languages. Share this post Link to post