User profile: bcthund

User info
User name:bcthund
History
Joined:
Number of posts:38
Latest posts:

problem on sprites/image
You will likely need to look into the specs of DarkGDK to know if your doing things right. OpenGL re...

[HELP]change color using keyboard function
Your 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

User: bcthund

  • Public profile