- NEW!
Help answer this question below.
How much memory (in bytes) is occupied in each of the following statements? (how to solve it)
double number;
int count, index;
char yesno;
by betty on November 4th, 2010
| 1 person likes this
In a visual C++ WinForm application, how do I pass a variable from an event to another event?
by WickeTD on February 24th, 2011
| 1 person likes this
In C++ is it possible to code a hacking program that automatically hacks?
by Jordan_P on February 26th, 2011
| 1 person likes this
c++ directx picking is not working
by fbixzramiz on November 22nd, 2010
| 1 person likes this
Name two data items, which are best represented as constants and two that are best represented as variables in c++?
by betty on November 4th, 2010
| 1 person likes this
You're reading Recently I've been experimenting with global hooks that don't need dll's. Now on last startup I got a Blue Screen Of Death just like that, so I'm starting to wonder: is all this somehow related?