  |
HotScripts.com: C and C++ - http://www.hotscripts.com/C_and_C++/
Directory of books, tips, tutorials about C++ CGI programming. Site has a large collection of scripts. |
  |
Dr. Clue's CGI reference including C++ code - http://www.drclue.net/F1.cgi/HTML/CGI/CGI.html
Information covering how CGI works and the different methods of interaction. Includes a free C++ class that compiles on both Unix and Windows , along with several pieces of code that exploit it. The base classes themselves are generally useful too. |
  |
The open core (oc) web class library - http://www.w3sys.com/pages.meta/code.html
Written in C++, the oc library has been continually enhanced since 1996. It performs all communication with the httpd server and browser, can handle file uploads and has an abstraction layer for all database servers. [Open source] |
  |
C++ CGI Parser Library - http://www.rudeserver.com/cgiparser/
For accessing HTTP form data, path info, and cookie data from CGI applications. In addition to normal GET and POST data, the component supports file uploads (multipart/form-data), and simple xml content types (text/xml) - allowing easy use with xml based clients such as Flash applications. |
 |
ht://Dig - http://www.htdig.org/
A complete indexing and searching system for a small domain or intranet. [Open source, GPL] |