Main Page | File List

main.cpp

Go to the documentation of this file.
00001 /**
00002  *\file         main.cpp
00003  *
00004  *\brief        
00005  *
00006  *\author       Xianming Chen
00007  *
00008  */
00009 
00010 #include "Canvas.h"
00011 #include "color.h"
00012 #include <iostream>
00013 
00014 using namespace columbia;
00015 
00016 
00017 int main() 
00018 {
00019   try 
00020   {
00021     Canvas canvas;
00022 
00023     //...
00024 
00025     canvas.WritePPM();
00026   }
00027   catch(char const* msg) 
00028   { 
00029     std :: cerr << msg << std :: endl; 
00030   }
00031   
00032   
00033   return 0;
00034 }

Generated on Thu Jul 8 10:41:20 2004 by doxygen 1.3.6