Nothing that is worth knowing can be taught

2018年8月13日 #

C++: find()函数的注意事项

摘要: 头文件: <algorithm> iterator find(iterator it1, iterator it2, &T); 阅读全文

posted @ 2018-08-13 22:05 Luxuer 阅读(247) 评论(0) 推荐(0) 编辑

关于字符的C++函数

摘要: toupper(), tolower()不会改变原来的字符; 如果输入不是字母, 返回值跟原字符相同. isupper(), islower().. 阅读全文

posted @ 2018-08-13 22:03 Luxuer 阅读(165) 评论(0) 推荐(0) 编辑

导航