Understanding PointersI managed to get what I wanted, but I'm wondering if it's the best way. I'm trying to make a progra...
Understanding PointersI thought that specifying the argument "letter" with a & before means I'll be using it's address, no...
Understanding Pointers[code] Letters* letters; letters = new Letter[int]; [/code]
Understanding PointersHi, I'm having trouble getting the pointers idea (and I thought I finally had it right...). [c...
Multi Threads ProgrammingHi, I've been coding a Game Engine of some sort, and I've decided to do this in C++. I've read a...
This user does not accept Private Messages