Watcom C/C++ Compiler - Compatibility With Other Compilers

Compatibility With Other Compilers

Open Watcom's syntax supports many conventions introduced by other compilers, such as Microsoft's and Borland's, including differing conventions regarding (for instance) the number of leading underscores on the "asm" tag. Code written specifically for another compiler rather than standard-compliant C or C++ will often compile with the Watcom compiler.

Read more about this topic:  Watcom C/C++ Compiler