|
Well the two that I've mostly used are:
#include <iostream>
#include <conio>
When you say conio has been re-written to be used by non-Borland compilers, do you mean conio has been re-written by Borland(since that header file I think is particular to Borland)? So like Borland C++ Builder version 6 has a conio header file that has been re-written in such a way that Visual Studio will be able to use it? Not sure what you mean.
|