We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C++是一门伟大的语言,永远给程序员最大的设计自由,未使用的特性从不产生副作用,新版本永远完全兼容旧版本。C++11先前被称作C++0x,即ISO/IEC 14882:2011,是C++编程语言的一个标准。 之前的C++标准包括C++98、C++0...
https://harttle.land/2015/10/08/cpp11.html
The text was updated successfully, but these errors were encountered:
“decltype用于获取一个表达式的类型,而不对表达式进行求值(类似于sizeof)。decltyp(e)规则如下:” 这句的sizeof是想说typeof 吗?
Sorry, something went wrong.
No branches or pull requests
C++11有哪些新特性? | Harttle Land
C++是一门伟大的语言,永远给程序员最大的设计自由,未使用的特性从不产生副作用,新版本永远完全兼容旧版本。C++11先前被称作C++0x,即ISO/IEC 14882:2011,是C++编程语言的一个标准。 之前的C++标准包括C++98、C++0...
https://harttle.land/2015/10/08/cpp11.html
The text was updated successfully, but these errors were encountered: