“>This sample chapter is excerpted from C# Primer: A Practical Approach (Addison Wesley, 2001), by Stan Lippman.The Standard Template Library (STL) consists of two primary components: a setof container classes (including the vector, list, set, and map classes) and aset of generic algorithms to operate over these containers, includingfind(), sort(), replace(), and merge(). The vector and list container classes represent sequential containers. Asequential container maintains a first el
continue >>
Author:
Time:
Thursday, February 7th, 2008 at 5:54 pm
Category:
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation: