Hey guys, just thought I'd post up some places I've found useful in learning C++, just in case you may not have many or whatever.
C Programming- this website, though it probably sounds fairly typical, is where I started learning C++, and it was fairly handy for learning the language itself.
NeHe- I'd assume most people should know about NeHe already, but if you don't, it's worth knowing. It's a great place to learn how to use OpenGL in C++.
Beej's Guide to Network Programming- this is where I learnt the network programming techniques that I've been using in Box Chaser. Pretty good place to learn the fairly simple, and probably OS-portable use of Socket programming.
Drunken Hyena- I haven't been through these tutorials myself, but it looks like a decent introduction to DirectX programming with DX9. I plan on going through these some time to have it alongside OpenGL.