由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - good C++ open source project?
相关主题
reading STL list implementation版权问题和反编译
请推荐本 STL 的好书请推荐最好的C++/Java/Python开源代码
给推荐下 C++ stl 的经典书籍吧一个STL的问题
stl: How to implement map idea with vector in stl ?If using C++, please avoid the use of STL for these questio (转载)
don't understand this list (C++ STL)你们都是用什么工具分析源代码(source code)?
大家学习STL都是看SGI的文档么?一个 C++ STL base type 的问题
c++ stl里面有hash table吗?STL里面#include的问题
构建一个快速查询字典(数据结构题)?stl 源代码疑问
相关话题的讨论汇总
话题: c++话题: stl话题: source话题: open话题: project
进入Programming版参与讨论
1 (共1页)
k***e
发帖数: 7933
1
看来不少C++高手在这里,谁给推荐一些
高质量的open source的C++ projects?
想读些高手的code. thanks!
b********n
发帖数: 609
2
Google's V8 JS engine

【在 k***e 的大作中提到】
: 看来不少C++高手在这里,谁给推荐一些
: 高质量的open source的C++ projects?
: 想读些高手的code. thanks!

z****e
发帖数: 2024
3
SGI:STL

【在 k***e 的大作中提到】
: 看来不少C++高手在这里,谁给推荐一些
: 高质量的open source的C++ projects?
: 想读些高手的code. thanks!

b********n
发帖数: 609
4
abso-fucking-lutely NO!

【在 z****e 的大作中提到】
: SGI:STL
r*********r
发帖数: 3195
5
why? sgi's stl implementation is fun to read.

【在 b********n 的大作中提到】
: abso-fucking-lutely NO!
X****r
发帖数: 3557
6
Yes, it is better than the current gcc STL implementation
in terms of readability, but writing template library
is quite different than writing most of daily code, so
it may not be so helpful for a beginner.

【在 r*********r 的大作中提到】
: why? sgi's stl implementation is fun to read.
N***m
发帖数: 4460
7
大虾,有没有优化源代码到源代码的工具阿?

【在 X****r 的大作中提到】
: Yes, it is better than the current gcc STL implementation
: in terms of readability, but writing template library
: is quite different than writing most of daily code, so
: it may not be so helpful for a beginner.

r*********r
发帖数: 3195
8
这个 stl 经常要用, 所以读一读源码是十分必要的.
有的人用了很久 map 都不知道它是怎么实现的, 为什么是排了序的.

【在 X****r 的大作中提到】
: Yes, it is better than the current gcc STL implementation
: in terms of readability, but writing template library
: is quite different than writing most of daily code, so
: it may not be so helpful for a beginner.

N***m
发帖数: 4460
9
我就是这样的。只知道用,不知其所以然。

【在 r*********r 的大作中提到】
: 这个 stl 经常要用, 所以读一读源码是十分必要的.
: 有的人用了很久 map 都不知道它是怎么实现的, 为什么是排了序的.

r*********r
发帖数: 3195
10
标准库一定要读源码. k&r 那本 c 的书之所以是经典, 就因为它在教 c 的语法
的同时, 不厌其烦地反复分析了 c 标准库里常用的函数.
d***q
发帖数: 1119
11
stl源码剖析 侯捷著。。这书是讲解stl的好书

【在 r*********r 的大作中提到】
: 标准库一定要读源码. k&r 那本 c 的书之所以是经典, 就因为它在教 c 的语法
: 的同时, 不厌其烦地反复分析了 c 标准库里常用的函数.

1 (共1页)
进入Programming版参与讨论
相关主题
stl 源代码疑问don't understand this list (C++ STL)
auto_ptr_array.h 疑问大家学习STL都是看SGI的文档么?
如何把文件内容读到2D的vector里?c++ stl里面有hash table吗?
定义 单链表 数组,会不会很奇怪构建一个快速查询字典(数据结构题)?
reading STL list implementation版权问题和反编译
请推荐本 STL 的好书请推荐最好的C++/Java/Python开源代码
给推荐下 C++ stl 的经典书籍吧一个STL的问题
stl: How to implement map idea with vector in stl ?If using C++, please avoid the use of STL for these questio (转载)
相关话题的讨论汇总
话题: c++话题: stl话题: source话题: open话题: project