Thread: C++ lowercase function
i need function or tool or accept string input , convert lowercase.
ideas?
code:#include <iostream> #include <string> using namespace std; int main(){ string testing; cin >> testing; //how make ^this lowercase regardless of input? }
Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk C++ lowercase function
Ubuntu

Comments
Post a Comment