Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

simple.cpp File Reference

#include "SimpleWeb.h"

Include dependency graph for simple.cpp:

Include dependency graph

Go to the source code of this file.

Functions

int main (int argc, char *argv[])


Function Documentation

int main int  argc,
char *  argv[]
 

Definition at line 6 of file simple.cpp.

References main().

Referenced by main().

00007 { 00008 srand(((long)&main) ^ time(NULL)); 00009 SimpleWeb www; 00010 www.SetCgiName("/cgi-bin/simple/simple"); 00011 www.Execute(); 00012 }


Generated for simple by doxygen 1.3.7