How to declare an int array within a managed class?I'm using Visual Studio to make a tic tac toe game. I have it working great, but many things are har...
How to refer to the sender object?Did some digging on my own and found the solution: Button^ ctrl = safe_cast<Button^>(sender); ...
How to refer to the sender object?Okay I'm trying to write one function to handle all button clicks in my TicTacToe game (it's just a ...
INPUT class?I just downloaded someone's source for an old project that he discontinued and has abandoned and mad...
Can C++ be used for hardware-level programming?I mean, can I... -Make a program that can run BEFORE Windows loads? -Make that program run checks ...
This user does not accept Private Messages