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:
#include <iostream>
using namespace std;
int main()
{
cout<<"Content-type: text/plain"<<endl<<endl...