Skip to content

SAY4EVER729/SayTinyStl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SayTinyStl

简介

基于 C++11 的 tinySTL,这是我的第一个项目,使用了中文文档与中文/英文注释,有不规范或不当的地方还请海涵。刚开始是作为新手练习用途。实现了部分 STL 中的容器与函数,但仍存在许多不足与 bug 。

支持

  • 操作系统
    Windows 10
    Linux
    macOS(还未测试)
  • 编译器
    g++ 5.4 或以上。

运行

  1. 克隆仓库
    $ git clone [email protected]::SAY4EVER729/SayTinyStl.git
    $ cd SayTinySTL
  2. 构建并运行
$ mkdir build && cd build
$ cmake ..
$ make
$ cd ../bin && ./stltest

测试

test中。

About

用于学习STL和练习c++的模板编程

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages