cgixx 1.07 review

Download
by rbytes.net on

cgixx is intended as a modern CGI library for ISO standard C++ compilers. The focus of the cgixx library is not for the generation

License: BSD License
File size: 45K
Developer: Isaac W. Foraker
0 stars award from rbytes.net

cgixx is intended as a modern CGI library for ISO standard C++ compilers.

The focus of the cgixx library is not for the generation of complex HTML forms, but rather fast and reliable conversations between CGI and your C++ code. cgixx supports standard GET, POST, HEAD, and PUT CGI methods and cookies as defined in the version 1.1 specification.

Installation:

Make sure GCC 3.x is set up as your compiler.

./configure [--help]
make
(as root)
make install

You can override the default install path of /usr/local by using the --prefix=/path/to/install option with configure.pl.

What's New in This Release:
Removed a buggy compiler check from configure.pl.
Fixed negation of unsigned variable.

cgixx 1.07 search tags