The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-20-2008
useless79 useless79 is offline
Registered User
  
 

Join Date: Jun 2007
Posts: 57
executing C through html

Hi,

I have a C programe which takes input as parameter with argc and argv and
prints the output troug printf().
Now I have created one html form containnig one box and summit
button. I need to attach this html with my C prog. so that I can fill
the in put through box and after prssing the submit button prog should
execute without running a.out on linux terminal.
Could any one suggest how it is possible.

Thanks,,,