CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Apr 2004
    Posts
    28

    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
  •  





Click Here to Expand Forum to Full Width

Featured