In C#, I like the var keyword for situations like this:
var
var myList = new List();
Is there any equivalent in C++/
C++0x is going to have an auto keyword: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1705.pdf