BCC32X.EXE

From RAD Studio
Jump to: navigation, search

Go Up to Command-Line Interfaces of Clang-enhanced C++ Compilers


BCC32X.EXE is the command-line interface for BCC32, the C++ compiler for 32-bit Windows.

These are the C++ compiler for 32-bit Windows:

BCC32.EXE

Classic Borland compiler; supports a subset of C++11

BCC32C.EXE

Clang-based compiler; accepts same options as classic BCC32; supports C++17

BCC32X.EXE

Clang-based compiler; accepts clang-style options; supports C++17

See Command-Line Interfaces of Clang-enhanced C++ Compilers for information that the BCC32X.EXE command-line interface has in common with other command-line interfaces of Clang-enhanced C++ compilers.

See Also