Watcom C++


[Home] Home > Programming > Preprocessor > Compilers >
Watcom C++

Description

The Watcom C++ compiler.


Macros

Type Macro Format Description
Identification __WATCOMC__    
Version __WATCOMC__ VVRR VV = Version
RR = Revision

Examples

Watcom C++ Open Watcom C++ __WATCOMC__
10.5   1050
11.0   1050
  1.0 1200
  1.7 1270

Note

Notice that Watcom C++ became Open Watcom C++ after version 11.0, and the official version numbering (but not the version macro) was restated at version 1.0.


Copyright © 2010-2024 Paul Ward.
License Information