Files Classes Functions Hierarchy
00001 #ifndef VISTEST_H 00002 #define VISTEST_H 00003 00004 #include <iostream> 00005 #include <string> 00006 using namespace std; 00007 00008 00009 00013 class vistest 00014 { 00015 public: 00016 00018 static string doc[]; 00019 00021 static int test01(int argc, char** argv); 00023 static int test02(int argc, char** argv); 00025 static int test03(int argc, char** argv); 00026 00027 00028 }; 00029 00030 #endif 00031
1.5.8