2014-09-17 14:59:51 +08:00
2014-09-17 14:52:39 +08:00
2014-09-17 14:59:51 +08:00
2014-09-16 08:26:02 +08:00

TinySTL

采用C++11实现一款简易的STL标准库

目的练习数据结构与算法和C++ Template编程

编译环境VS2013及以上版本

##完成进度:

  • type traits100%
  • 空间配置器100%
Description
TinySTL is a subset of STL(cut some containers and algorithms) and also a superset of STL(add some other containers and algorithms)
Readme 551 KiB
Languages
C++ 100%