Opengl simple blending problem You're very welcome, glad it's working!
Space Invaders code helpWhy are is your gameboard a two dimensional array of 800 strings? You've only delcared ten. You prob...
Opengl simple blending problem Might not do anything for you, but try doing something like this : [code] glBlendFunc(GL_SRC_ALPHA,...
Working on a Text AdventureGiraffatron is correct. That expression will always evaluate to true. You should change it. Unfortun...
Dislike using namespace std?Perfect example of why this is a thing: [code]std::distance[/code]
This user does not accept Private Messages