CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2006
    Posts
    12

    STL in ASCII C++ And STL in .NET

    As we konw , STL is a very important part in C++.
    however, in Managed C++ , stl is different from stl in ASCII C++ .
    I always confuse them and want to konw what is relationship between them.

    Which one should I to use?

    Thanks !

  2. #2
    Join Date
    Nov 2006
    Posts
    2

    Question Re: STL in ASCII C++ And STL in .NET

    How are they different? The STL has just been updated. It is still unmanaged code and therefore no different from previous versions. This version (VS2005) has added "Debug Iterator Support" in addition to other changes. Check out the MSDN doc on 'Standard C++ Library' reference online or in DevStudio help...

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