Re: Is VS 2005 better for arrays and STL containers?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi, I would like to know if they improved the debugger window for Visual
Studion 2005 Win32 and/or MFC C++ debugging for view arrays and STL
containers?

Seeing the contents of STL containers is a pleasure to use with VS2005
:)

Dave
.



Relevant Pages

  • Re: Clean code vs. efficiency
    ... > instead of character arrays. ... The default STL ... In general, the STL containers are extremely fast, and might be faster than ... The STL allocators let you use pool allocators, but you can also that by ...
    (comp.lang.cpp)
  • Re: how to import STL vector to STL
    ... Is it possible to import STL containers to C# at all? ... more) arrays on the COM side, then copy from the arrays to ... You'll have to tell .NET the layout of non-primitive array elements; ... so that the type library importer will automatically create managed ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Compilation problem when upgrading from g++ 3.3 to g++ 3.4
    ... Arrays cannot be members of STL containers because they are not copyable or ...
    (comp.lang.cpp)