Borland Turbo C++


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

Description

The Turbo C++ compilers from Borland.


Macros

Type Macro Format Description
Identification __TURBOC__    
Version __TURBOC__ 0xVVRR VV = Version
RR = Revision

Examples

Turbo C Turbo C++ __TURBOC__
2.01   0x201
  1.00 0x295
  1.01 0x296
  2.00 0x297

Notes

The pattern in __TURBOC__ does not apply to the values between 0x295 and 0x400.


Copyright © 2010-2024 Paul Ward.
License Information