2 Star 8 Fork 7

yangchen / CSTL

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README
MIT
README for "Translate STL 2 CL" library 1.0
The project could be found at http://sourceforge.net/projects/tstl2cl, using 'tstl2cl' for short in the following text.

LICENSE
'tstl2cl' has been distributing under the zlib/libpng license, you should have already received license.txt in this folder.
For more information about free software, you could browse http://www.opensource.org/

WHAT IS THIS
This directory holds a library for using standard vector list map set stack queue etc in a pure C environment.
All those of concepts in tstl2cl are inspired by STL. You could have a look at http://www.sgi.com/tech/stl/index.html 
to know about C++ Standard Template Library i.e STL.

WHEN TO USE 
Make sure that you are working in a C environment rather than C++ or anything else before going on reading.
If you get boring with writing basic data struct and algorithm again and agagin in C, tstl2cl would probably be the very 
library kits for you. It will save you much of time of coding, then you could focus more on your applications' function. 
  
HOW TO USE
Read documents in 'doc' folder, and many a samples could be found in 'test' folder. If you are familiar with STL, you would 
probably find that to use this library is a snap.
 
TO BUILD SAMPLES
On linux 
make clean all
On cygwin
make -f Makefile.win clean all
You may have some problems to build this library in some minority C compiler, feel free to fix them. You could also report 
bugs on the project's website: http://sourceforge.net/projects/tstl2cl.

AUTHOR
Wenbo Lao(Rob Lao) 
viewpl(at)gmail.com
The MIT License (MIT) Copyright (c) 2016 Seven Yang Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

简介

C语言版的STL,包含set,list,map等基本数据结构和算法 展开 收起
C
MIT
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/ycsoft/CSTL.git
git@gitee.com:ycsoft/CSTL.git
ycsoft
CSTL
CSTL
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891