Code:bool ContainsAlpha(const std::string& s) { return(std::string::npos != s.find_first_not_of("0123456789.:"); }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 15 of 20
Threaded View
|
Click Here to Expand Forum to Full Width |