samedi 9 septembre 2017

Is there any way to run a C++ program on Web Server?

I am working on a project which is written in C++. Now I need to make a web application for this project so I signed up for a free web hosting on 000webhost.

Here is what I have done so far-

  • I have made a C++ script which reads an excel file and using some data mining concepts it will predict the answer for given input.
  • I have created a web page which will take the input for C++ code. The code of C++ needs weather data so I am calling an API on web server to collect the weather data.
  • Now I need to pass the user inputs and weather data to C++ code so that C++ code can give me proper output which I need to send to user's mobile number through SMS.

Now the problem is, how do I run this C++ code on my web server. I am searching for a method for hours but could not find anything. It will be very helpful if someone can point me in the right direction.

Aucun commentaire:

Enregistrer un commentaire