class with custom constructor, within another classThanks, the initializer works very well. -B
class with custom constructor, within another classHi, I'm having trouble calling the constructor of a class within another class, that accepts some ar...
Well, SFML is annoying.This is a very interesting thread. I've had alot of experiences with SFML hanging up in App.Clear()...
effective C++ warning mingWI did this: [code]SoundEffects(const SoundEffects &); // copy constructor SoundEffects & operator =...
effective C++ warning mingWHello, I use CodeBlocks/MingW32 on Windows XP. I turned on the "allow effective c++ warnings (thank...