Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

What's a good name for...

Name: Anonymous 2012-06-04 11:08

A function that's like strchr or strrchr, but finds either the first or last character of a string that is NOT equal to the given character?

Name: Anonymous 2012-06-05 10:50

>>14
I'm programming in C++11, and I have added these functions into my own namespace. The fully qualified names are ::<my namespace>::strcchr, etc. Thus, they do not conflict with the Standard C library reserved names.

Despite C++ sucking a lot, this is one of those cases where C++ clearly wins!.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List