CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Alex F

Search: Search took 0.46 seconds.

  1. Re: Linker error LNK2022 driving me crazy!

    There are no any requirements for list<T> element type.
  2. Re: Linker error LNK2022 driving me crazy!

    You can use List class instead of STL vector. Regarding STL/CLR containers, I don't have experience using them, and really don't know why they are there... Possibly to give the same syntax for C++...
  3. Re: Linker error LNK2022 driving me crazy!

    Use managed collections instead of STL. Managed replacement for STL map is Dictionary:
    http://msdn.microsoft.com/en-us/library/xfhwa508.aspx
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured