About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
Akagi201
8/5/2014 - 7:26 AM
share
Share
add_circle_outline
Save
bstring.md
bstring.md
content_copy
file_download
Rendered
Source
Better String Library提供一个string data type抽象优于C库的char buffer string type或者C++'s std::string.
Feature
大量的缓解buffer overflow/overrun和其他失败, 由于错误的使用通用的C string库函数.
相当简单的字符串操作.
和其他的库或者源码有高互通性, 字符串以'\0'结尾.
常用字符串操作, 全面改进的性能.
和其他更高级语言功能上等价.
Paul Hsieh's Better String Library
http://bstring.sourceforge.net/
msteinert's fork
http://mike.steinert.ca/bstring/
https://github.com/msteinert/bstring
my repo
https://github.com/Akagi201/bstring
clear