Search Results

Showing results 1 to 1 of 1
Search took 0.02 seconds.
Search: Posts Made By: vijayan121
Forum: C++ Jun 11th, 2007
Replies: 6
Views: 5,922
Posted By vijayan121
a sequence container can also be initialized with a sequence identified by a pair of iterators.

char cstr[] = "abcdefghijkl" ;
std::list<int> list2( cstr, cstr+sizeof(cstr) ) ;

in...
Showing results 1 to 1 of 1

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC