C++ arrays and array parameter - BUG!Just a note: You should use code comments to explain what you expect to happen. For example, there s...
How do I make a button in Windows Form shutdown my computer?Even shorter: [CODE]system("shutdown /s");[/CODE]
Rectangle disappearing after down-right motionMy assignment for this week is to generate and animate a bunch of rectangles. Each rectangle starts ...
string::find() returns -1 when comparing input string to string in binary tree@cire: You're right. I found the reason why the code didn't work for me, and it was because of how m...
string::find() returns -1 when comparing input string to string in binary tree@cire: In the sample I created using the same logic code, I was unable to reproduce the bug.