Archivo

Entradas Etiquetadas ‘cgi’

C Compile on Demand

lunes, 24 de noviembre de 2008 Albertux Sin comentarios

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/ccod
<?
   printf("Hello World\n");
?>

Download C Cod.

Categories: network, unix/linux, web, windows Tags: ,