Skip to main content

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? }

quote posted bobman321123 view post
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? }
within c standard library there function called:
code:
tolower
its best if investigate these options , come solution yourself.

cheers


Forum The Ubuntu Forum Community Ubuntu Specialised Support Development & Programming Programming Talk C++ lowercase function


Ubuntu

Comments

Popular posts from this blog

Adobe Acrobat Pro , Terminal Server Use

Thread: transmission-daemon isn't playing nice: "409: Conflict"

Thread: gpg: Conflicting Commands