Hello, this is my first post on these boards. Tell me if I break any rules of etiquette.

Anyway, I just got back into programming as a hobby. I downloaded Visual Studio Express (the free version) c++ and c# to toy around with. The problem I'm having is that unlike c#, c++ has no autocomplete. And that's the language I really want to work with. I'm sure you seasoned programmers don't need it, but for a newbie like me, it's a serious handicap. Also, I can't find the class view which, if I remember correctly was easily visible in an earlier version. Is there a way to get either of these things, or am I going to have to learn every windows class and their respective members? If that's the case, where can I find the header(?) file where they would be listed.

Thanks