<P>Generic C++ example. Contains a simple form submitted to the CGI. More complex CGI
applications are often based on libraries and more complex solutions. In fact CGI
is slow - especially on Windows 95/98/ME and is not a recommended technique. However
even in case of a new project CGI can be an alternative way to solve some rare
problems. For example you may need to access some Windows API not exposed through
an ActiveX. Instead of implementing a COM component for your ASP pages you may
choose to build a simple CGI to perform the required tasks.
</P>