gibsonca has asked for the wisdom of the Perl Monks concerning the following question:
In a legacy C++ program, all I need to do is convert strings with a "-" to a "_". 1) Ideally I'd like to find a C++ Perl class I could import into MS IDE 6.0 to make string handling trivial 2) Right now I am trying to recall the CString functions to do this - seems sooo clunky... And yes I think this is a dumb question too - but since I have not finished this is 30 minutes I thought I would ask.
Thx
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Thinkin' Perl in C++
by BrowserUk (Patriarch) on Mar 01, 2012 at 16:53 UTC | |
by JavaFan (Canon) on Mar 01, 2012 at 17:09 UTC | |
|
Re: Thinkin' Perl in C++
by davido (Cardinal) on Mar 01, 2012 at 16:50 UTC | |
by salva (Canon) on Mar 01, 2012 at 16:57 UTC | |
by mr.nick (Chaplain) on Mar 01, 2012 at 20:07 UTC | |
by davido (Cardinal) on Mar 01, 2012 at 16:59 UTC | |
|
Re: Thinkin' Perl in C++
by GrandFather (Saint) on Mar 01, 2012 at 20:09 UTC |