What is C Cod?
C Cod allows for a C,C++,ObjC source
file to be "Compiled on Demand" prior to being executed.
The source files are compiled and executed on
the fly. This allows for C,C++,ObjC to be treated like a scripting
language. But, C Cod does not actually do the compiling.
Rather it acts as a front-end and uses
the the C compiler that is installed on the computer. This
is most often the GNU C
Compiler, and therefore designed to be used with GCC.
It's been compiled on and tested with:
What is CSP?
CSP (C Server Pages) is a shared library that exposes C Cod source
files to a friendly
CGI API.
It's modelled after
ASP,
and supports features such as
Page Buffering,
File Uploads,
Sessions,
Cookies,
Inline HTML,
and much more.
It's automatically installed along-side
C Cod.
View some CSP examples to see how it works.
License Agreement
C Cod and CSP are free software as specified under the MIT License.
View the COPYING file for detailed information regarding this subject.