2 links
C++ CGI Parser Library
rudeserver.com
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), …
Dr. Clue's CGI reference including C++ code
drclue.net
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 th…