Example CGI applications
------------------------

All examples provided were tested under
Windows operating system.
However, there`s possibility to use
supplied code in other operating systems.

To compile an example (except to_run)
You need to place its source into folder
that contains files webparse.cpp and
webparse.h

Compilation BAT-files are written for compiler
from "C++ Builder". You can use other compiler
(then, of course, these BAT-files wouldn`t help
You), in that case keep in mind:
- compile and link into console application;
- compiler must support Standard Template
  Library.

-----
Note:
Do not attempt to run cpp-files as "scripts"
(by associating with compiler).
Compiler is NOT an interpreter! You MUST
make exe-file and run only it as CGI
application.
More see in "Son hServer`s" user`s guide.