bool answer = NULL;
if (Mr. Squirrel == CodeMonkey)
answer = true;
else
answer = FALSE;
This is a discussion on Clarify within the Windows Programming forums, part of the Platform Specific Boards category; bool answer = NULL; if (Mr. Squirrel == CodeMonkey) answer = true; else answer = FALSE;...
bool answer = NULL;
if (Mr. Squirrel == CodeMonkey)
answer = true;
else
answer = FALSE;