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

function.h

Go to the documentation of this file.
00001 FUNCTION(print) 00002 { 00003 int age = INT; 00004 string name = STRING; 00005 00006 cout << name << " is " << age << "\n"; 00007 00008 RETURN(0); 00009 } 00010 00011 FUNCTION(triangle) 00012 { 00013 //call world func 00014 //WORLD.func(opt1,op2); 00015 00016 RETURN(3); 00017 } 00018

Generated on Sun Mar 20 12:22:07 2005 for The Grid by doxygen 1.3.8