Greetings,
I have several projects in CPP which I'd like to use in my site.
What are the ways to integrate CPP into PHP, or mybee, just make php able to speak with the CPP classes.
I can have the CPP code either as DLL or as EXE.
I know about the SYSTEM function, but wonder if there is a better way.
B.t.w
another problem, when I use the system function of PHP, it prints to the screen the output of the exe I talk to, whether I echo it or not.
How can I prevent that?
Thanks
I M