in reply to How Would I access a C++ compiler remotely through a Perl CGI Script?

SSH would be your best option for C++ and compiling at home...


But, if SSH is not an option, you might want to check out This online C++ compiler before you go building your own form and such. It might save you some time.
  • Comment on Re: How Would I access a C++ compiler remotely through a Perl CGI Script?

Replies are listed 'Best First'.
Re^2: How Would I access a C++ compiler remotely through a Perl CGI Script?
by Spidy (Chaplain) on Oct 21, 2005 at 20:05 UTC
    I tried that one, but it was consistently giving me fatal errors on my includes, while the code would compile on my home system.