Open Directory Project
Top: Computers: Programming: Languages: C++: Runtime_Environments: CGI:
See also:
- C++ CGI Parser Library - 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.
- Dr. Clue's CGI reference including C++ code - 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.
- HotScripts.com: C and C++ - Directory of books, tips, tutorials about C++ CGI programming. Site has a large collection of scripts.
- ht://Dig - A complete indexing and searching system for a small domain or intranet. [Open source, GPL]
- The open core (oc) web class library - 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]
|
|
|