cgixx

Pretty much retired.

Welcome to the home of the cgixx (pronounced see-jiks) C++ CGI library. CGI refers to the HTTP Common Gateway Interface, and not Computer Generated Images, as seen in movies and on television.

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.

Features

  • BSD License
  • Platforms
    • BSD
    • Linux
    • Posix compliant operating systems
  • C++ namespace
    • cgixx
  • Requirements
    • GCC 3.x or standards compliant C++ compiler.
    • A web server with CGI 1.0 or 1.1.