Possible Duplicate:
Resources online to learn C++
I'm a nontraditional student returning after a several year gap from school to study as a CS major. I've taken intro programming classes ages ago, and in about a week and a half I'm facing my first semester of classes since then. I'm taking a data structures course, and I just want to take a little time to get myself feeling ready for day one. Fortunately, my previous school taught C++ and that's what my new school uses as well. I'm looking for suggestions on what sources I should look at to try to jog my memory as to basic syntax, classes, etc. I've dabbled over the years in various languages, never getting too far with any, so I have an undifferentiated C syntax family soup in my head. Web sources would be best; I'm about to buy plenty of books so I don't need to spend on yet another now, and anyway I'd have to get it in time to use it. Also, any ideas on anything I might program to make sure I have some clue and I'm not just fooling myself that I understand what I'm reading? I'd think I should touch on #includes, calling functions, classes, using pointers, etc. I'm thinking I should write something a step or two beyond "hello world" just so I don't have to start from a dead stop when the first assignment rolls around.