premetto che sono nuovo del forum e che sono alle prime armi con la programmazione
detto questo vengo al dunque - ho installato il borland ma un volta creato il mio file .cpp non riesco a linkarlo ,mi dice che non riconosce il comando BCC
a me hanno insegnato il comando bcc -c per linkare il file.cpp
allora sono andato a vedere nella dir di installazione e mi sono letto il readme me e diceva:
Installing and running the Command Line Tools
-----------------------------------------------
1. Run freecommandlinetools.exe; choose the
drive and folder into which you want to
install the free C++Builder 5 command line
tool development system.

2. From the bin directory of your installation:
a. Add "c:\Borland\Bcc55"
to the existing path
b. Create a bcc32.cfg file which will set
the compiler options for the Include
and Lib paths (-I and -L switches to
compiler) by adding these lines:
-I"c:\Borland\Bcc55\include"
-L"c:\Borland\Bcc55\lib"
c. Create an ilink32.cfg file which will set
the linker option for the Lib path by
adding this line:
-L"c:\Borland\Bcc55\lib"
ora non so che voglia dire sta cosa se qualcuno mi da una mano tnx e
grazie a chi vorra aiutarmi