Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Watcom Debugger Guide - in the c and c++ programming languages, a<b> character constant</b> consists of an http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
In the C and C++ programming languages, a character constant consists of an
apostrophe followed by a single character followed by an apostrophe.  The
apostrophes are not part of the datum.  An apostrophe in a character datum
represents one character, namely the apostrophe.  A character constant must
have length 1.

The following are examples of character constants.


     'A'
     'e'
     '''

The C/C++ form of a character constant will be accepted when the debugger's
currently established language is C or C++.  The language currently selected
can be determined using the SHow Set LAnguage command.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson