User profile: mikeglaz

User info
User name:mikeglaz
History
Joined:
Number of posts:6
Latest posts:

compiling help with gtkmm
I'm trying to learn gtkmm. I tried the tutorial on their website which looks like this: [code] #i...

vector iterators
I have the following program: [code] #include <iostream> #include <iterator> #include <fstream...

iterator seg faults
I'm trying to create an asteroids game using OpenGL. I'm getting seg faults if I erase an element f...

static variables
ok, that works. But I don't understand why I need this line: [code] int Asteroid::numOfAsteroids...

static variables
Ok, I put the increment inside my constructor: [code] Asteroid::Asteroid() { speedX = 0.0; ...