home *** CD-ROM | disk | FTP | other *** search
- **************************************
- *** Borland C++ Reserved Words ***
- **************************************
- * Statements *
- break
- case<.>
- continue
- default<.>
- do
- for
- goto
- if
- else
- return
- switch
- while
- * Declarations *
- auto
- char
- const
- double
- enum
- extern
- float
- int
- long
- register
- short
- signed
- sizeof
- static
- struct
- typedef
- union
- unsigned
- void
- volatile
- * Preprocessor Directives *
- #define
- #elif<.>
- #else<.>
- #endif<.
- #error
- #if.>
- #ifdef.>
- #ifndef.>
- #include
- #line
- #pragma
- #undef
- defined
- * C++ Extensions to ANSI C *
- asm
- catch
- class
- delete
- friend
- inline
- new
- operator
- private
- protected
- public
- template
- this
- virtual
- * Borland C++ Extensions to ANSI C *
- _cdecl
- cdecl
- _cs
- _ds
- _es
- _export
- _far
- far
- huge
- interrupt
- _loadds
- _near
- near
- _pascal
- pascal
- _saverage
- _seg
- _ss
- * Borland C++ Register Pseudovariables */
- _AH
- _AL
- _AX
- _BH
- _BL
- _BP
- _BX
- _CH
- _CL
- _CS
- _CX
- _DH
- _DI
- _DL
- _DS
- _DX
- _ES
- _FLAGS
- _SI
- _SP
- _SS