• Stars
    star
    2,370
  • Rank 19,406 (Top 0.4 %)
  • Language
    C++
  • Created over 7 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

剖析 STL 是一种享受的过程!

SGI-STL V3.3 源代码的学习

GCC 编译器

SGI STL 被归纳到 GNU C++ 标准程序库中,例如 gcc 使用 4.8.4 版本,STL源码 在 Linux 系统的位置是:/usr/include/c++/4.8.4/bits。

参考资料

  • <<STL 源代码剖析>> 侯捷