Forum: C++ May 14th, 2009 |
| Replies: 3 Views: 386 Judging by the fact that you got the expected output, and not an error, it seems like a safe assumption, doesn't it? If you're concerned about it, run some tests on varying inputs. You'll probably... |
Forum: C++ May 12th, 2009 |
| Replies: 7 Views: 1,070 [Warning: This is coming from a Java programmer with no C++ experience]
Assuming that clicking 'X' generates an event, and C++ has method overriding - override the method that closes the window... |