Running Program/Applications APIs?There are winapi functions Process32First() and Process32Next(). This gets the exe names though, lik...
Visual C++ "Access violation accessing location..."Wanna know something funny? I struggled with this error for hours only to find the solution almost i...
Visual C++ "Access violation accessing location..."For the record here's the WindowEventsEnum enum and the Command class: [code]enum WindowEventsEnum {...
Visual C++ "Access violation accessing location..."I have these two functions listed below. DoEvent() gets called from a window procedure whenever some...
[C++/SDL] Tile-Based Collision DetectionIf you move left then check [code]TileX - 1, TileY[/code] If you move down then check [code]TileX, ...
This user does not accept Private Messages