Spidy has asked for the wisdom of the Perl Monks concerning the following question:
Or would I have to do it differently? And how would I capture the output of the compiler, so that I could see if there were any errors?system(c++ -o testprogram test.cpp);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Accessing a C++ compiler through a CGI script
by Roy Johnson (Monsignor) on Oct 26, 2005 at 17:09 UTC | |
|
Re: Accessing a C++ compiler through a CGI script
by chromatic (Archbishop) on Oct 26, 2005 at 17:54 UTC | |
|
Re: Accessing a C++ compiler through a CGI script
by ickyb0d (Monk) on Oct 26, 2005 at 19:54 UTC | |
by Spidy (Chaplain) on Oct 27, 2005 at 04:38 UTC | |
by ickyb0d (Monk) on Oct 27, 2005 at 16:24 UTC | |
by Spidy (Chaplain) on Oct 27, 2005 at 19:57 UTC | |
by ickyb0d (Monk) on Oct 27, 2005 at 21:15 UTC | |
| |
|
Re: Accessing a C++ compiler through a CGI script
by Errto (Vicar) on Oct 26, 2005 at 19:15 UTC |