Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guodongxiaren/ccpp
C语言和C++的重要概念
https://github.com/guodongxiaren/ccpp
Last synced: 25 days ago
JSON representation
C语言和C++的重要概念
- Host: GitHub
- URL: https://github.com/guodongxiaren/ccpp
- Owner: guodongxiaren
- Created: 2014-08-03T00:05:52.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-12-27T14:32:44.000Z (almost 3 years ago)
- Last Synced: 2023-08-17T11:48:22.460Z (about 1 year ago)
- Language: C++
- Size: 137 KB
- Stars: 13
- Watchers: 3
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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`选项