this is making me mad..
I have this code:
it works fine in DevC++(which is why I added the whole path)Code:#include <C:\TCWIN45\INCLUDE\myinclude.h> int main() { cout << "hello"; return 0; }
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>




Reply With Quote