P1308 [NOIP 2011 普及组] 统计单词数
#include #include #include using namespace std;void toLower(string& str) { f...
#include #include #include using namespace std;void toLower(string& str) { f...
开篇介绍:hello 大家,咱们 “模拟实现 C vector 类” 的上半部分已经把基础骨架搭起来了:从类模板的设计...
开篇介绍:hello 大家,很高兴又和大家见面了,那么在前面两篇博客中,我们成功的做到了对C中strin...
文章浏览阅读3.5k次,点赞6次,收藏9次。在C++中,std::map是一种关联容器,它存储的是键值对(key-value pairs),并且按键的顺序进行排...

文章浏览阅读1k次,点赞32次,收藏12次。【C++】String的语法及常用接口底层模拟实现