C Compile on Demand
November 24th, 2008
No comments
C Compile on Demand
If you want to use C/C++ as CGI you need compile the code you can compile on demand check C Cod WebSite
See the Documentation some aspects similars to ASP(VBScript).
you now:
#!/usr/bin/php #!/usr/bin/perl #!/usr/bin/python #!/bin/bash ...
Add this #!/usr/bin/ccod to use C/C++, one simple example:
#!/usr/bin/ccodDownload C Cod.