Using std::transform from the algorithm header with C's tolower function: #include <iostream> #include <algorithm> int main() { std::string str("ASDF AJSDFJ ...
確定! 回上一頁