madcompnerd
04-20-2003, 10:34 PM
I'm going to write a program that will need a GUI and will do a lot of text searching. I know C++ is horrible for text work, and PERL is wonderful for it.
Is it possible, and if so is there a good tutorial/info on how to, to call a PERL script from C++ in a way that it will be totally hidden from the user? Meaning, I don't want to make a shell call and have them see the PERL script running in a console.
Heh, also I want end product to do this in Windows :-O. But mostly I'm curious how to mix the two together.
Oh, I'm also considering using Java instead of C++. I don't know how Java is on text, but it can't beat PERL can it? Yes, I know C++ gui API's are much faster than Java's.
Is it possible, and if so is there a good tutorial/info on how to, to call a PERL script from C++ in a way that it will be totally hidden from the user? Meaning, I don't want to make a shell call and have them see the PERL script running in a console.
Heh, also I want end product to do this in Windows :-O. But mostly I'm curious how to mix the two together.
Oh, I'm also considering using Java instead of C++. I don't know how Java is on text, but it can't beat PERL can it? Yes, I know C++ gui API's are much faster than Java's.