Return to Topic Menu | Computer Science Main Page | MathBits.com  | Terms of Use

Command Words (Keywords)
for Visual C++

Here are the primary Visual C++ command words (or keywords or reserved words).  These words ALWAYS appear in lowercase.  You should not give functions or variables the same name as any of these keywords.
 

asm auto bool break
case catch char class
const const_cast continue default
delete do double dynamic_cast
else enum except explicit
export extern false finally
float for friend goto
if inline int long
mutable namespace new operator
private protected public register
reinterpret_cast return short signed
sizeof static static_cast struct
switch template this throw
true try typedef typeid
typename union unsigned using
virtual void volatile wchar_t
while      

Return to Topic Menu | Computer Science Main Page | MathBits.com  | Terms of Use