Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
1
Downvoting Members
3
1 Commented Post
0 Endorsements
Ranked #107.65K
~173 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for SquirrelProdigy

[CODE] #include <functional> #include <cctype> #include <string> #include <algorithm> //... string s="ACBCD"; std::transform(s.begin(), s.end(), s.begin(), std::ptr_fun<int, int>(std::tolower)); [/CODE]

Member Avatar for yangacer
0
173

The End.