Borland C++


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

Description

A series of compilers for DOS, Windows, and OS/2 by Borland.

This particular section covers only Borland C++. Turbo C++ and C++Builder have their own sections.


Macros

Type Macro Description
Identification __BORLANDC__
Version __BORLANDC__ Version number

Examples

Version __BORLANDC__
2.0 0x200
3.0 0x400
3.1 0x410
4.0 0x452
5.0 0x500
5.02 0x520
5.5 0x550
5.51 0x551
5.6.4 0x562

Copyright © 2010-2024 Paul Ward.
License Information