【用法總結】C++中經常使用的大小寫轉換(4種經常使用方法)

1、若是使用string類,可使用#include <algorithm>裏的以下方法進行大小寫轉換;ios   transform(str.begin(),str.end(),str.begin(),::tolower);數組   記得::tolower前面有::, 並且是::tolower,不是::tolower()spa #include <iostream> #include <algor
相關文章
相關標籤/搜索