Id: 8576; Nick: n/a; Timestamp: 2008-04-05 00:00:35; Pasted as: C++
Description: The new way
1
2
3
4
5
6
7
8
9
10
devlist << "localhost";
devlist << "12.34.56.78:45";
 
for (deviclist::iterator it = devlist.begin(); it != devlist.end(); it++)
    outputfunc(it->description());
 
devlist.clear()
devlist << "87.65.43.21:756";
for (devicelist::iterator it = devlist.begin(); it != devlist.end(); it++)
    outputfunc(it->description());
Options: New, Download,
;
Copyright © 2006 by Zyberdog - Some rights reserved. (Browse/Disclaimer/Stats/About) - Highlighted with GeSHi