Thread: Ahhhhhhh!
View Single Post
Old 01-18-2005, 03:53 PM   #15 (permalink)
[OCS]Midnight
Registered User
 
Join Date: Jan 2005
Posts: 2
[OCS]Midnight is on a distinguished road
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.
[OCS]Midnight is offline   Reply With Quote