Click to See Complete Forum and Search --> : In need of C++ Refreshing


Arcane_Disciple
05-16-2002, 03:22 PM
I've not seen any C++ programming since Dec. of 2001. Being a student taking a Data Structure course this fall, I need to get back into the swing of things. Does anyone know of any good reading material or websites that I could look at? Also, I am in need of material involving assembly. I *ahem* didn't do too well in that class. :D Thanks for any information that may be left here.

sans-hubris
05-16-2002, 05:25 PM
If you're already familiar with C++ and assembly, then the only way to get back into is to just start coding, seriously. If you start reading some documentation, you'll find yourself skipping a lot of it because you already know it. You need to pinpoint what you don't remember by just coding until you come to a memory block. Once you run into some syntax or function that you've forgotten how it works, that's when you look it up in a reference manual or ask online. "Hmm, so how do classes work? (sound of fluttering pages) Oh, right!"