您的位置:首页 > 其它

VC 关键字

2008-11-03 18:07 141 查看
{VCpp
********************************************************************************
asm
基本类型:bool char int float double
符号修饰:signed unsigned
长度修饰:short long
集合类型:struct enum union
内存管理:delete new true false const
变量类型:register auto staticextern volatile
定义类型:typedef
流程循环:for while do switch case default break continue
异常处理:try throw catch finally
流程判断:if else

{操作符 :
operator

const_cast
static_cast
dynamic_cast
einterpret_cast

sizeof

typeid

typename
type_info

bad_cast
bad_typeid
}

using namespace

{类 :
class [__single_inheritance __multiple_inheritance __virtual_inheritance]
private protected public friend
}

virtual
this
explicit

except

template
inline

mutable

void return
goto
********************************************************************************
__asm
__int8 __int16 __int32 __int64
__declspec allocate dllexport dllimport selectany uuid property nothrow thread naked
__cdecl __stdcall __fastcall;__try __finally __based __leave __except

__inline
__uuidof

********************************************************************************
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: