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.