Author: Unknown Source: Internet ithao123
Abstract: The IT personnel C ++ STR library is a library for operating strings and characters. It supports windows and multiple platforms that support GCC. Highly optimized CodeAnd supports multi-threaded environments and Unicode, as well as regular expressions;
The common text transformation library is a library for parsing and modifying STL strings.
Greta is a library developed by researchers at Microsoft Research Institute to process regular expressions. Excellent performance in the case of small matching.
In C ++, the database status is very high. Mr. Bjarne stroustrup, father of C ++, has repeatedly said that designing libraries to Expand functions is better than designing more syntaxes. In reality, C ++ has a wide variety of database categories and has a wide range of solutions, from lightweight to heavyweight. Many of them are the masterpiece of thinking that opens your eyes or sighs with hope. Because the number of databases is very large and limited to the author's level, many of them do not know. Therefore, some libraries mentioned in this article are well-known large databases.
C ++ introduction to major libraries-strings
1. c ++ STR Library
Reference: http://www.utilitycode.com/str/
The operating string and Character Library supports windows and multiple platforms that support GCC. Provides highly optimized code, multi-threaded environments, Unicode, and regular expressions.
2. Common text transformation Library
Reference Site: http://cttl.sourceforge.net/
This is a library for parsing and modifying STL strings. The cttl substring class can be used for comparison, insertion, replacement, and parsing using the ebnf syntax.
3. Greta
Reference: http://research.microsoft.com/projects/greta/
This is a library developed by researchers at Microsoft Research Institute to process regular expressions. Excellent performance in the case of small matching.