I have problems using my compiler

hi,sorry can you please tell me how i can you my compiler it's called commandline tools,I have downloaded it from codegear.
You need to execute BCC32.EXE to compile your .cpp files. The syntax is:
C:\Borland\BCC55\Bin\BCC32 -IC:\Borland\BCC55\Include -LC:\Boland\BCC55\Lib -n<target_ directory> <sourcefile_directory><filename.cpp>

They're command line tools, so you need to understand how to use the command prompt and directories, obviously. If you do understand that, then what I just told you is understandable to you.
Last edited on
Topic archived. No new replies allowed.