From c9cacf0c104808e84d0ff3b23de438df4a84368d Mon Sep 17 00:00:00 2001 From: Faraz Fallahi Date: Fri, 12 Sep 2014 11:56:39 -0500 Subject: [PATCH] Better String --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dfa0b98..9d75af4 100644 --- a/README.md +++ b/README.md @@ -403,6 +403,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [CppVerbalExpressions](https://github.com/VerbalExpressions/CppVerbalExpressions) - C++ regular expressions made easy. [MIT] * [QtVerbalExpressions](https://github.com/VerbalExpressions/QtVerbalExpressions) - This Qt lib is based off of the C++ VerbalExpressions library. [MIT] * [PHP-CPP](https://github.com/CopernicaMarketingSoftware/PHP-CPP) - A library to build PHP extensions with C++. [Apache2] [website](http://www.php-cpp.com/) +* [Better String](http://bstring.sourceforge.net) - An alternative to the string library for C which is more functional and does not have buffer overflow overrun problems. Also includes a C++ wrapper. [BSD, GPLv2] # Software *Software for creating a development environment.*