I had a very hard time in debugging standard library.
Now I can watch the value of vectors. How about set and map?
It seems that I have to go back to the old days print to screen way of
debugging.
Any one has any suggestions? I am using VS 2003.
Best Rgds.
Yuan
>I had a very hard time in debugging standard library.
>Now I can watch the value of vectors. How about set and map?
>It seems that I have to go back to the old days print to screen way of
>debugging.
>Any one has any suggestions? I am using VS 2003.
Yuan,
If you can, upgrade to VS2005 (or wait for VS2008). The improvement to
debugging for STL collections is greatly improved in VS2005.
Dave