User profile: James2250

User info
User name:James2250
Name:James Blower
Location:California, USA
History
Joined:
Number of posts:357
Latest posts:

Opengl simple blending problem
Seems to work fairly well basing everything off of alpha values instead of colors (so the background...

Compiler shows no errors, then 100+ errors
Make sure your function prototype [Code] void questionAnswer(string questions[], int); [/Code] and y...

Compiler shows no errors, then 100+ errors
Try including [Code] using std::string [/Code] in your header file.

Flesch bool
There is just a warning there because if none of your if/else if statements are true the function wo...

Opengl simple blending problem
Tried replacing my first blend function with that, didn't seem to change anything. Will try experim...