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+ errorsMake sure your function prototype [Code] void questionAnswer(string questions[], int); [/Code] and y...
Compiler shows no errors, then 100+ errorsTry including [Code] using std::string [/Code] in your header file.
Flesch boolThere 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...