|
C++ Tutorials
I've just finished my second intro to C++ course... and I'd really like to learn more. I'm not sure where this falls in the grand sceme of things, but I was particualrly confused by a couple of topics that I'd like to see example code for.
First was passing a function by refrence for use in a class (specifically a priority queue). I never really understood how I got it to work, my TA basicallly wrote it for me.
Also, they brought up the "this" pointer without explaining... well... anything about it. *shrugs* That's my $.02.
I could try to contribute a little to some of the more basic tutorials, like sorting algs. or recursion.
Thanks,
|