Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, May 22, 2012

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

User Rating!

Home > Search > Articles & Samples > Visual C++ .NET > Collection
Wrapper iterator class for stl associative containers and tuple sequence containers    Version: 0.00       Price: $0.00   
Total Hits: 14  |  Today: 0 Author: Nicolas Witczak       Rating:  
Read Reviews | Write Review | Your Rating: 

Modern C++ programming relies heavily on STL and boost librairies, parts are now in the standard. STL separates algorithms from container thanks to iterator pattern. Use of ready made algorithm is encouraged over crafted for loop. Containers are themselves presented as sequence container and associative containers. One of a sequence container is std::vector T class, on of associative one is std::map T,V class. Associative containers are basically sequence container on std::pair T,V with extra search capabilities. Unlike their .NET counterpart they give no straight access to underlying key collection nor values collection.
A tuple container..

DevASP.Net users Rating
What is your opinion?
Is this your listing?

    If this is your listing and you like to add the rating box
    displayed on the right side on your site you can use the following code.

Go Back
DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net