摘要:
static vector splitEx(const string& src, string separate_character) { vector strs; int separate_characterLen = separate_character.siz... 阅读全文
摘要:
最近开发中要用到STL,然后自己查看了一些资料,并写了一些代码。在使用中,想起了如果是map嵌套,该如何应用呢?下面是我的coding内容: 对于传统的map,我们只需要: #include #include int main() { map scores; scores.insert(make_p... 阅读全文