cesiumcarbon
New Member
- Messages
- 3
- Reaction score
- 0
- Points
- 0
Hello, I am completely new to CGI and need guidance:
1.) Is it possible to run compiled c++ code?
2.) If so, what are the restrictions?
3.) If so, how? how would I run this code:
I tried putting this in a text file, naming it to hello.cgi, then trying to run it.
I've also tried uploading the executable.
:dunno:
1.) Is it possible to run compiled c++ code?
2.) If so, what are the restrictions?
3.) If so, how? how would I run this code:
Code:
#include <iostream>
using namespace std;
int main()
{
cout<<"Content-type: text/plain"<<endl<<endl;
cout<<"Hello World!"<<endl;
return 0;
}
I tried putting this in a text file, naming it to hello.cgi, then trying to run it.
I've also tried uploading the executable.
:dunno:
Last edited: