#include "../../std_lib_facilities.h"
  int main()
  try {
              string s = "Success!\n"; for(int i=0; i<=v.size(); i++);
  return 0;
  }
  catch(exception& e) {
  cerr << "error: " << e.what() << '\n';
  keep_window_open();
  return 1;
  }
  catch( ... ) {
  cerr << "Oops: unknown exception!\n";
  keep_window_open();
  return 1;
   
  string s = "Success!\n"; for(int i=0; i<=v.size(); i++);
  Error    1          error C2065: 'v' : undeclared identifier   
Error    2          error C2228: left of '.size' must have class/struct/union 
         

 
---------------------------------
No need to miss a message. Get email on-the-go 
with Yahoo! Mail for Mobile. Get started.

Reply via email to