proj home

Files   Classes   Functions   Hierarchy  

main.cpp

Go to the documentation of this file.
00001 #include <cassert>
00002 #include <iostream>
00003 using namespace std;
00004 
00005 #include <commandline.h>
00006 
00007 int main(int argc, char** argv)
00008 {
00009   commandline cmd(argc,argv);
00010   uint prog(0);
00011 
00012 
00013   switch (prog)
00014   {
00015     case 0:
00016       cout << "Hello world" << endl;
00017       cout << "./main prog=1  OpenGL " << endl;
00018       cout << "./main prog=2  Glut" << endl;
00019       break;
00020   }
00021   
00022 
00023   return 0;
00024 }
00025 

Generated on Fri Mar 4 00:49:25 2011 for Chelton Evans Source by  doxygen 1.5.8