PreviousNext

Constant Declarations

The IDL const declaration allows you to declare integer, Boolean, character, string, and null pointer constants, some of which are shown in the following examples:

const short TEN = 10;

const boolean VRAI = TRUE;

const char* JSB = "Johann Sebastian Bach";