digitalmars.com                        
Last update Sun Mar 4 11:58:07 2018

BCC: Alternate Compiler Command Shell

bcc makes it easy to use Borland compiler command lines with the Digital Mars compiler. They convert the other compiler's command line options to dmc options where possible and then run dmc.

For specific information about compatibility with Borland compiler options, see Switching to Digital Mars C++.

bcc converts a Borland C++ compiler command line to a Digital Mars C++ compiler command line and then runs dmc with those options that most closely approximate the original command to bcc.

bcc's command syntax is the same as that for Borland's bcc compiler.

To see which dmc command line bcc generates in response to a bcc command, type the bcc command line without specifying any files. bcc prints the corresponding dmc command line to stdout.

Home | Runtime Library | IDDE Reference | STL | Search | Download | Forums