TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

C++ String Toolkit Library

3 pointsby ArashPartowabout 13 years ago
The C++ String Toolkit Library (StrTk) consists of robust, optimized and portable string processing algorithms for the C++ language. StrTk is designed to be easy to use and integrate within existing code bases. Furthermore the library has a rich set of features that makes light work of any kind of string processing task.<p>A simple tutorial describing some of the uses of StrTk can be found: http://www.codeproject.com/KB/recipes/Tokenizer.aspx

1 comment

ArashPartowabout 13 years ago
The C++ String Toolkit Library (StrTk) consists of robust, optimized and portable string processing algorithms for the C++ language. StrTk is designed to be easy to use and integrate within existing code bases. Furthermore the library has a rich set of features that makes light work of any kind of string processing task.<p>A simple tutorial describing some of the uses of StrTk can be found: <a href="http://www.codeproject.com/KB/recipes/Tokenizer.aspx" rel="nofollow">http://www.codeproject.com/KB/recipes/Tokenizer.aspx</a>