All I know is that a lot of Borlan C++ is different from most other C++ compiling. For instance, in a Borlan program you'd say
#include <iostream.h>
int main()
{
cout <<"Hello World !";
return 0;
}
However, with most other compilers this won't work(As I'm finding out right now after downloading the Dev-C++ compiler and trying to use "Borlan-type" code.)
And all this info. may not even be related to what you guys are talking about however it might help in some way :o Just thought I'd add what little I know.
