I have written different functions in C which do tasks of taking in data, processing it, and giving the output.
I would like to write a web page whereby the user can choose which function they want to use, enter the data and parameters, and then my function will output the results.
Could someone tell me what is the easiest way to do this?
I would like to write a web page whereby the user can choose which function they want to use, enter the data and parameters, and then my function will output the results.
Could someone tell me what is the easiest way to do this?