Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/guodongxiaren/ccpp

C语言和C++的重要概念
https://github.com/guodongxiaren/ccpp

Last synced: 25 days ago
JSON representation

C语言和C++的重要概念

Awesome Lists containing this project

README

        

CCPP
====
## C++发展历程
|标准|备注
|----|-----
|C++98|第一个C++标准。流传最广的版本
|C++03|对C++98的一些bug修复
|TR1|2007年对C++98进行了**库扩展**,扩展内容都在std::tr1
|C++11|第二个C++标准。更新很大。和术语**C++0x**是一个意思

>C++11的修订工作很早就展开了,本来计划最迟在2009年就能完成,故称为C++0x,但最后直到2011年才正式通过并发布

g++编译C++11语法的代码要使用`-std=c++11`选项