problem on sprites/imageYou will likely need to look into the specs of DarkGDK to know if your doing things right. OpenGL re...
[HELP]change color using keyboard functionYour color is currently always red with the following command on line 11. [code]glColor3f (1.0, 0.0,...
compiling error 17: error: expected initializer before 'void'Don't forget this line down below: Before: [code]void NumberOfBlanks(string line, NumofBlanks, Nonn...
compiling error 17: error: expected initializer before 'void'There are no semicolons for your prototypes, but you don't need prototypes since your functions are ...
compiling error 17: error: expected initializer before 'void'Very hard to read without code tags...however, you are declaring functions inside of main. You shoul...
This user does not accept Private Messages