|
-
April 29th, 2004, 03:25 PM
#1
Try with 2d vector catch the error
I declare my 2d vector as follows:
Code:
std::vector<std::vector<int> > mattrix_
in try-catch block and I receive the error caught from catch(...), I make this question just to confirm if it is of necessity for me to initialize that 2d vector at the same time in the try block...Hopefully I can receive any yes-or-nos or any comments from you...Sorry for such a question since I am really new to this.
Thanks a lot in advance,
Regards,
-Milano
Last edited by Milano; April 29th, 2004 at 03:29 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|