User profile: phuasj

User info
User name:phuasj
History
Joined:
Number of posts:8
Latest posts:

comparing boolean in if statement
The 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 press
Dear hitlar, Could you clarify more on what you want to achieve?

use WM_LBUTTONDOWN case in textbox
I suspect that there are two windows in your implementation, one generic window and one dialog windo...

Expected initializer before '.' token
The following cannot be compiled. [code]float gradeAverage.getGrade();[/code] To resolve compilatio...