std::string 扩展

std::string 扩展

C++ 中std::string 是常使用的字符串类,但是类本身提供的功能有限,需要做一些扩展,下面是我网上找的扩展,我们可以借鉴使用:

  1. https://github.com/dimpleok/ExtendedString
  2. https://github.com/venam/easy_cpp_string/blob/master/easy_string.hpp
  3. http://www.gotroot.ca/ext_string/

posted on 2016-11-21 13:13  ZhYQ_note  阅读(326)  评论(0)    收藏  举报

导航