I have a lot of mathematical calculations in my PHP script, which can be quite slow at times. I\'m wondering if it\'s possible to pass data from PHP to C++, do the calculati
php function system() would do the work. Just pass compiled c++ file to the system() and get the returned result.