Effective STL 43: Prefer algorithm calls to hand-written loops Suppose you have a Widget class that supports redrawing: class Widget { public: Widget(); virtual ~Widget()... Read More
posted @ 2013-11-25 21:07 英超 Views(241) Comments(0) Diggs(0) Edit