随笔分类 -  c&c++

该文被密码保护。
posted @ 2021-10-29 15:06 opensmarty 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-10-29 15:03 opensmarty 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-10-29 14:59 opensmarty 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-10-29 14:47 opensmarty 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-10-29 14:43 opensmarty 阅读(0) 评论(0) 推荐(0)
该文被密码保护。
posted @ 2021-10-19 16:57 opensmarty 阅读(0) 评论(0) 推荐(0)
摘要:erase一共三种用法:1.erase(pos,n);删除从下标pos开始的n个字符,比如erase(0,1)就是删除第一个字符2.erase(position);删除postion处的一个字符(position是一个string类型的迭代器)3.erase(first,last)删除从first到 阅读全文
posted @ 2021-08-06 14:51 opensmarty 阅读(1989) 评论(0) 推荐(0)