Nov 29th, 2000, 03:48 PM
this is making me mad..
I have this code:
#include <C:\TCWIN45\INCLUDE\myinclude.h>
int main()
{
cout << "hello";
return 0;
}
it works fine in DevC++(which is why I added the whole path)
but the exact same code won't work in borland, it says it can't open the include file, and cout is undefined.... error #2 will be fixed if borland could use the file....
is there any option I can change to make this work??
BTW, the contents of myinclude.h is just some common includes I use, so far this is all it has.
#include <iostream.h>
I have this code:
#include <C:\TCWIN45\INCLUDE\myinclude.h>
int main()
{
cout << "hello";
return 0;
}
it works fine in DevC++(which is why I added the whole path)
but the exact same code won't work in borland, it says it can't open the include file, and cout is undefined.... error #2 will be fixed if borland could use the file....
is there any option I can change to make this work??
BTW, the contents of myinclude.h is just some common includes I use, so far this is all it has.
#include <iostream.h>