Subj : Ping? To : Mike Luther From : Bo Simonsen Date : Tue Apr 28 2009 22:04:12 ML> BS> Just testing how far this echo comes.. Nice I went through... Just thought of, are you guys also excited to see the final version of the C++0x standard? So far, I've experimented some, especially with the auto-keyword. (It's in GCC 4.4) Instead of writing: std::set cont; cont.insert(5); cont.insert(7); for(typename std::set::iterator it = cont.begin(); it != cont.end(); ++it) { // do something with *it } We can simply write: for(auto it=cont.begin(); it != cont.end(); ++it) { } Damn nice.. :) Bo --- DayDream/Linux 2.15a * Origin: The Night Express, Korsoer, geekworld.no-ip.org (2:236/100) .