noobie thread questionIt's a typo, they're the same I'm getting Main thread: 92 Main thread: 92 Second thread: -12...
noobie thread questionI have classes [code] class FirstClass { public: FirstClass(); SecondClass *second; ...
what is the function of "extern" in C++extern tells the compiler that the variable is defined somewhere else, so it doesn't complain about ...
Strange access violation only when debuggingI can also use the "Attach to process" debugging feature just fine... but if I launch it using "Star...
Strange access violation only when debuggingI'm observing very strange behavior when I'm debugging my program. Everything is fine and dandy at ...
This user does not accept Private Messages