comparing boolean in if statementThe following is incorrect [code] if (poop=false) [/code] When you have the above implementation, po...
Using if statement to check whether string has value or not (homework)Andy's points are valuable. In addition to what he has pointed out, the normal trick I do to handle...
this code does not change window background when key pressDear hitlar, Could you clarify more on what you want to achieve?
use WM_LBUTTONDOWN case in textboxI suspect that there are two windows in your implementation, one generic window and one dialog windo...
Expected initializer before '.' tokenThe following cannot be compiled. [code]float gradeAverage.getGrade();[/code] To resolve compilatio...