Quote:
|
doing it line by line doesn't sound good
|
How would you do it then ??
You need to read the lines of Perl, understand what they do, and translate that into the appropriate C/C++ handling. This might circumvent the true
line by line tranlastion, since you'd be looking at portions of the orriginal code and translate that, but all in all it will basicaly be a line by line translation.