Assuming i have uploaded a c++ programme on the web,which kind of input cammand can i use to link to the uploaded c++ programme,so that each time there is an input from the console,it will link to a function cin>> of the uploaded c++ programme on the web?
I do not understand your question. Are you asking a C++ question or website question?
If you want to run the program on the uploaded site, you will have to remote into that computer using terminal services, SSH, or some other mechanism and run it there.
If you want to run it locally, you will have to download it again and run it locally.
The only other thing you might be talking about is CGI web programming, in which case it will depend on the web server software (such as Apache or IIS).
Thank u so much Wingedpanther 4 answering my question.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks