i need to transfer data from web form to external program written on c++. As i read in documentation, i can run external programm be system() functions, and get result. But how must i transfer variales to external programm?
all advices are welcome
| SitePoint Sponsor |
i need to transfer data from web form to external program written on c++. As i read in documentation, i can run external programm be system() functions, and get result. But how must i transfer variales to external programm?
all advices are welcome
data is very generic, what is the nature of the data, and how much. You can pass data to the C++ program by arguments, as you can do that with almost any command on GNU/Linux. Or you can pass large amount of data by sockets.Originally Posted by please_die
For a better response, please post a better question.
Best Regards.
Be near me when my light is low,
When the blood creeps, and the nerves *****
And tingle; and the heart is sick,
And all the wheels of Being slow.
i need to transfer variables which user put in form fields.External programm work with it ant return result.Originally Posted by sism82
HOw can i pass variables by sockets? do you have any links to manual about it?
Bookmarks