/*1:*/ #line 79 "statlib.w" #define REVDATE "15th February 2003" /*:1*//*49:*/ #line 2065 "statlib.w" /*53:*/ #line 2267 "statlib.w" #include "config.h" #include #include #include #include using namespace std; #include #include #include #ifdef HAVE_GETOPT #ifdef HAVE_UNISTD_H #include #endif #else #include #endif #include "statlib.h" /*:53*/ #line 2067 "statlib.w" ; /*51:*/ #line 2210 "statlib.w" static void usage(void) { cout< zot; dataTable ::iterator z; #define PR for (z = zot.begin(); z != zot.end(); z++) { cout << *z << " "; } cout << "\n"; for(i= 0;i<10;i++){ zot.push_back(rand()&0x3F); } PR; sort(zot.begin(),zot.end()); PR; reverse(zot.begin(),zot.end()); PR; cout<<"Mean = "<