C++标准中的一些语法,近期收集,慢慢更新

来源:互联网 发布:周恩来 知乎 编辑:程序博客网 时间:2024/05/16 14:33

最近看c++标准的时候看到了,据说只能在gnu c++下编译通过

三字符组和可选指令组

附图好了

 

 

 

 

If either of the characters ’ or \, or either of the character sequences /* or // appears in a q-charsequence
or a h-char-sequence, or the character " appears in a h-char-sequence, the behavior is undefined.

 

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

 

原创粉丝点击