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

Recursive Character Search and Destroy

Name: Anonymous 2007-05-11 16:50 ID:tCgeez6Q

I receive a string, and I want to remove any 'a', 'b' and 'c' characters, in a recursive way.

How do I do this in C and Java?

Thanks

Name: Anonymous 2007-05-11 17:53 ID:9uDEcpvO

C or Java are _so_ the wrong tools for the job. And you're making design choices (e.g. recursion) prematurely. In UNIX ...

echo String | tr -d 'abc'

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