Common Gateway Interface Software (CGI)...

C++ CGI programs

  Access Counter - dynamic gif image web page graphical counter
  Message Board - small web site message board written in C++
  Bulletin Board - file upload bulletin board file sharing software
  Search Engine - simple web site search engine for web site not the whole web
  Web Search - world wide web title only search engine
  Chat Room - C++ CGI program for a web site chat room
  Guestbook - web site guestbook CGI prog.am
  Form Mail - CGI fill out form to email gateway

Eample CGI Programs

  hello.cpp - C++ CGI GET/POST example program
  FileUpload.cpp - C++ CGI file uplaod example program
  cookie_test.cpp - C++ CGI HTTP cookie example program (try it)
  html_test.cpp - test program
  hello_html.html - html source code (try it)...
  fileupload.html - test CGI file upload page
  www_auth.cpp - WWW-Authentication test program
  cookie_auth.cpp - HTTP cookie authentication test program

C++ CGI API

  cgi.h - C++ CGI object
  cookie.h - C++ CGI HTTP cookie object
  session.h - C++ CGI session object
  file_upload.h - C++ CGI file upload object
  file_upload.cpp
  html.h - C++ CGI HTML object for creating dynamic web pages
  www_auth.h - WWW-Authentication for a C++ CGI program
  base64.h - base 64 encoder/decoder used by www_auth.h
  cookie_auth.h - HTTP cookie authentication function

Other CGI Related Softeware

  uncgi.tar.gz - C CGI program that let you access form data via getenv
  apache_1.1.1.tar.gz - apache web server c code
  mod_reveal.c - apache web server module example

Follow this link back to the main page...