Saturday, June 18, 2011

[Cpp-Programming] Aw: string reverse function strrev() not present in GNU C

depending on what you're doing and if you're working with std:string I suggest you check out std::string::rbegin and std::string::rend or std::reverse from <algorithm>

--
You received this message because you are subscribed to the Google Groups "C++ Programming" group.
To view this discussion on the web visit https://groups.google.com/d/msg/cpp-programming/-/i5iFi-mFpEAJ.
To post to this group, send email to cpp-programming@googlegroups.com.
To unsubscribe from this group, send email to cpp-programming+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/cpp-programming?hl=en.

0 Comments:

Post a Comment

<< Home