User profile: formerBGIuser

User info
User name:formerBGIuser
History
Joined:
Number of posts:13
Latest posts:

class with custom constructor, within another class
Thanks, the initializer works very well. -B

class with custom constructor, within another class
Hi, 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 mingW
I did this: [code]SoundEffects(const SoundEffects &); // copy constructor SoundEffects & operator =...

effective C++ warning mingW
Hello, I use CodeBlocks/MingW32 on Windows XP. I turned on the "allow effective c++ warnings (thank...