vc++关键字

来源:互联网 发布:数据库 算不算中间件 编辑:程序博客网 时间:2024/06/06 11:03

{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

********************************************************************************
}

 
原创粉丝点击