zz c++ Useful resources
Useful resources
- The Standard C++ Foundation - Non-profit hub for C++ news, articles, and events
C++ FAQs
- isocpp.org C++ FAQ - unified FAQ by the Standard C++ Foundation.
- Bjarne Stroustrup FAQ - Answers to the frequently asked questions from the creator of the language
- Bjarne Stroustrup C++11 FAQ - Additional FAQ regarding the recent changes to the C++ language standards
- StackOverflow.com C++ FAQ- Best answers to the frequently asked C++ questions on the programmers' Q&A website StackOverflow.com
- C++ FAQ Lite - Answers to the frequently asked questions from the Usenet newsgroup comp.lang.c++ (retired, now links to the isocpp.org C++ FAQ)
C++ Language and library references
- JTC1/SC22/WG21 - The C++ Standards Committee, includes draft C++ language standards, proposals, and defect reports
- ansi.org Official C++ ISO/IEC 14882:2011 for purchase
- Apache - Reference manual for the Apache implementation of the C++ standard library
- IBM Reference manual for the IBM implementation of C and C++ core languages
- IBM Reference manual for the IBM implementations of the C++ standard library
- MSDN - Reference manual for the Microsoft implementation of the C++ core language
- MSDN - Reference manual for the Microsoft implementation of the C++ library
- dinkumware - C++ Standard Library implementation that ships with Microsoft Visual C++
- GNU libstdc++ - Reference manual for the GNU implementation of the C++ library
- cplusplus.com - Unofficial C++ standard library reference
- SGI STL- Reference for STL, the 1994 library that introduced many concepts later adopted by the C++ standard library.
C++ ABIs
- Itanium C++ ABI de-facto C++ ABI standard, adopted by System V 64-bit ABI, among others
- ARM ABI ABI for the ARM Architecture, including C++ ABI.
Patterns, idioms, tips and tricks
- C++ Core Guidelines by Bjarne Stroustrup and Herb Sutter
- StackOverflow Documentation C++ Language topics
- C++ Samples modern C++ examples created by the community
- More C++ Idioms at wikibooks.org
- CeePlusPlusIdioms at c2.com
Related standards
- JTC1/SC22/WG14 - the C Standards Committee, includes draft C language standards, proposals, and defect reports
- POSIX.1-2008/IEEE Std 1003.1-2008/Cor 1-2013 - The operating system API of the Unix-compatible systems
- Unicode 7.0 (6/16/2014) - The universal encoding standard for written characters
Might be also useful
See also
zz c++ Useful resources的更多相关文章
- [ZZ]计算机视觉、机器学习相关领域论文和源代码大集合
原文地址:[ZZ]计算机视觉.机器学习相关领域论文和源代码大集合作者:计算机视觉与模式 注:下面有project网站的大部分都有paper和相应的code.Code一般是C/C++或者Matlab代码 ...
- Xamarin+Prism开发详解二:Xaml文件如何简单绑定Resources资源文件内容
我们知道在UWP里面有Resources文件xxx.resx,在Android里面有String.Xml文件等.那跨平台如何统一这些类别不一的资源文件以及Xaml设计文件如何绑定这些资源?应用支持多国 ...
- [免费了] SailingEase .NET Resources Tool (.NET 多语言资源编辑器)
这是我2010年左右,写 Winform IDE (http://www.cnblogs.com/sheng_chao/p/4387249.html)项目时延伸出的一个小项目. 最初是以共享软件的形式 ...
- [Android]使用自定义JUnit Rules、annotations和Resources进行单元测试(翻译)
以下内容为原创,欢迎转载,转载请注明 来自天天博客:http://www.cnblogs.com/tiantianbyconan/p/5795091.html 使用自定义JUnit Rules.ann ...
- [Erlang 0122] Erlang Resources 2014年1月~6月资讯合集
虽然忙,有些事还是要抽时间做; Erlang Resources 小站 2014年1月~6月资讯合集,方便检索. 小站地址: http://site.douban.com/204209/ ...
- [Erlang 0114] Erlang Resources 小站 2013年7月~12月资讯合集
Erlang Resources 小站 2013年7月~12月资讯合集,方便检索. 附 2013上半年盘点: Erlang Resources 小站 2013年1月~6月资讯合集 小站地 ...
- sqoop:Failed to download file from http://hdp01:8080/resources//oracle-jdbc-driver.jar due to HTTP error: HTTP Error 404: Not Found
环境:ambari2.3,centos7,sqoop1.4.6 问题描述:通过ambari安装了sqoop,又添加了oracle驱动配置,如下: 保存配置后,重启sqoop报错:http://hdp0 ...
- Resources.Load加载文件返回null的原因
1.文件夹都要放在Resources目录下 2.加载时photoName不需要扩展名 Texture2D t = Resources.Load<Texture2D>("Loadi ...
- 严重: Error starting static Resources java.lang.IllegalArgumentException:
严重: Error starting static Resources java.lang.IllegalArgumentException: Document base E:\myworkspace ...
随机推荐
- 20145225《Java程序设计》 实验五 Java网络编程及安全
20145225<Java程序设计> 实验五 Java网络编程及安全 实验报告 一.实验内容 基于Java Socket实现安全传输. 基于TCP实现客户端和服务器,结对编程一人负责客户端 ...
- Contacts群组添加成员,多选列表过滤已添加数据
Group添加联系人时,Contacts默认设计不会过滤已分组的联系人.之前看到小米,oppo都做过过滤,一直懒得改. 最近客户要求group添加成员时,不显示已分组的联系人,故记录一下实现过程. p ...
- 购物车界面,不同section,点击增减物品,确定取消选中的逻辑判断
1.首先在自定义的cell中,创建两个代理方法 @protocol shopCartDelegate <NSObject> -(void)shopCartDelegate:(ShopCar ...
- js-DOM-页面元素的兼容性、常用事件、节点
页面元素的兼容性: 所谓的兼容性指的就是当前浏览器是否支持当前对象的属性或是方法,如果支持就是兼容,如果不支持就是不兼容. 举个例子: /** * 设置页面标签之间的文本内容的兼容性写法 * @par ...
- MySQL 半同步复制
在主库初次启动时,执行如下语句加载semisync_master插件: mysql> INSTALL PLUGIN rpl_semi_sync_master SONAME 'semisync_m ...
- Python动态生成变量
Python 也可以像javascript那样动态生成变量.我们看javascript的动态生成变量. var obj = {}; for (var i =0, len = 10; i < le ...
- (light OJ 1005) Rooks dp
http://www.lightoj.com/volume_showproblem.php?problem=1005 PDF (English) Statistics Forum Tim ...
- 2015年9月10-11日,杨学明老师《IPD DRY RUN》专题培训在武汉某上市企业成功举办!
2015-9-10~11日,杨学明老师为武汉著名的光通信企业某上市公司实施了为期两天的“IPD DRY RUN”,开班前,该公司三个项目团队的负责人先后发言,烽火PMO部门领导和公开研发部网管系统的领 ...
- C++中复制构造函数
复制构造函数 复制构造函数用于: 根据另一个同类型的对象显示或隐式初始化一个对象 复制一个对象,将它作为实参传给一个函数 从函数返回时复制一个对象 初始化顺序容器中的元素 根据元素初始化式列表初始化数 ...
- Mozilla Firefox 24.0 Beta 5 发布
Mozilla今天将Firefox 24.0 Beta 5版本放到了FTP的release目录,新版开始全面支持OS X 10.7全新的滚动条样式,禁止网站插件运行的功能出现在任务栏左侧,调整了界面U ...