View Single Post
Old Apr 20th, 2005, 10:45 PM   #3
357mag
Hobbyist Programmer
 
Join Date: Mar 2005
Posts: 148
Rep Power: 4 357mag is on a distinguished road
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.
357mag is offline   Reply With Quote