in reply to Converting Perl code to C++ code
... to be honest, with all those string operations, you will have an easier time trying to get the Perl code to work, than to try to figure out all those subs, and change them perfectly into C++..... Perl is one of the best languages for string operations......you will need an extra C++ lib like Boost, to emulate all that regex code
....why can't you get the Perl to run?.... that is the real question
|
|---|