发表评论取消回复
相关阅读
相关 读书摘要:C++ Standard Library, The: A Tutorial and Reference
C++ Standard Library, The: A Tutorial and Reference Chap 2 Introduction to C
相关 开源的C++ Standard Library
最近做im编了一下gloox,其中用到了stl。但系统里面有的stl是stdcxx,将gloox编过去后发现跑不起来,调试时发现libstdc++有问题,所以查了一下开源的st
相关 Android NDK 使用C++與 STL(Standard Template Library)
最近有一份使用STL的c++ code要port到android上面, 最後決定採用NDK而不改寫成java 一點點筆記: ------------------
相关 Item 26: Limiting the number of objects of a class.(More Effective C++)
Now consider what `inline` means. Conceptually, it means compilers should replace each c
相关 Item 54: Familiarize yourself with the standard library, including TR1(Effective C++)
The primary standard C++ library functionality consists of the STL, iostreams, and lo
相关 Item 32: Avoid ICloneable(Effective C#)
ICloneable does have its use, but it is the exception rather than rule. It’s significant
相关 Item 5: Always Provide ToString()(Effective C#)
1 using System; 2 using System.Collections.Generic; 3 using System.Linq;
相关 Effective C++ 读书笔记 Item1-Item4
看完C++ Primer,最近吃了安利开始啃Scott Meyers的Effective C++第三版,书中干货不少,非常值得深思借鉴。但是也有点太多了(→\_→),脑子...
相关 Effective C++ 读书笔记 Item54 熟悉一下标准库,比如TR1
C++这个名字是在1983年由Rick Mascitti提出的,C++的曾用名还有”new C”, “C with Classes”。 1998年ISO/IEC 1488...
还没有评论,来说两句吧...