Stumbled upon this code today:
EnterCriticalSection(&CriticalSec);
Which, to me, has "int the_number = 0;" energy.
The always say naming things is the hardest part of programming, don't they?
EnterCriticalSection(&CriticalSec);
Which, to me, has "int the_number = 0;" energy.
The always say naming things is the hardest part of programming, don't they?
Comments