/////////////////////////////////////////////////////////////// // except.cpp - demonstrate exceptions // // // // Jim Fawcett, modified 3/20/2000 // /////////////////////////////////////////////////////////////// #include #include using namespace std; void main(int argc, char *argv[]) { cout << "\n Demonstrating Exceptions " << "\n ==========================\n\n"; int i; cout << "command line arguments: "; for(i=1; i