On 2/8/07, Robert Ryan <[EMAIL PROTECTED]> wrote:
#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
What do you not understand? You never declare v
-- Brett
------------------------------------------------------------
"In the rhythm of music a secret is hidden;
If I were to divulge it, it would overturn the world."
-- Jelaleddin Rumi