MayDay
08-07-2003, 10:46 AM
I'm trying to learn C++ as a first language, buut I'm having trouble compiling my *.cpp source code files into executables, I'm running Borland C/C++ Compiler version 5.5.
I'm not 100% sure exactly whats going wrong, I'm using the syntax:
C:\borland\bcc55\bin\bcc32 Myprog.cpp
this calls up several errors like "Cannot include file iostream.h"
I visited the Borland website to lookup the help files, FAQ's and full documentation, they suggest using the syntax:
C:\Borland\bcc55\bin\bcc32 -If:\Borland\bcc55\include -Lf:\Borland\bcc55\Lib Myprog.cpp
but this still doesn't work (It brings up the same errors), I've also tried copying the files it asks for into the same directory (Mistake, got about twety six errors as opposed to just three).
Has anyone else come accross this problem ith the Borland compiler?
How can I get it to work?
PLEEEEEEEEEEAAAAAAAASSSSSEEEE HELP ME!
Would be most grateful if anyone can help, thanks in advance.
Ally
I'm not 100% sure exactly whats going wrong, I'm using the syntax:
C:\borland\bcc55\bin\bcc32 Myprog.cpp
this calls up several errors like "Cannot include file iostream.h"
I visited the Borland website to lookup the help files, FAQ's and full documentation, they suggest using the syntax:
C:\Borland\bcc55\bin\bcc32 -If:\Borland\bcc55\include -Lf:\Borland\bcc55\Lib Myprog.cpp
but this still doesn't work (It brings up the same errors), I've also tried copying the files it asks for into the same directory (Mistake, got about twety six errors as opposed to just three).
Has anyone else come accross this problem ith the Borland compiler?
How can I get it to work?
PLEEEEEEEEEEAAAAAAAASSSSSEEEE HELP ME!
Would be most grateful if anyone can help, thanks in advance.
Ally