摘要: Boost.Regex provides three different functions to search for regular expressions 1. regex_match boost::regex_match() compares a string with a regular 阅读全文
posted @ 2019-06-05 18:19 c++11 阅读(450) 评论(0) 推荐(0) 编辑
摘要: Boost.Format provides a class called boost::format, wich is defined in boost/format.hpp Similar to std::printf(), a string containing special characte 阅读全文
posted @ 2019-06-05 11:58 c++11 阅读(453) 评论(0) 推荐(0) 编辑
摘要: Boost.LexicalCast provides a cast operator, boost::lexical_cast, that can covert numberes from strings to numeric types like int or double. boost::lex 阅读全文
posted @ 2019-06-05 11:15 c++11 阅读(191) 评论(0) 推荐(0) 编辑