python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Correctly managing pointers in C++ Quadtree implementation
I'm working on a C++ quadtree implementation for collision detection. I tried to adapt this Java implementation to C++ by using pointers; namely, storing the child nodes of each node as Node pointers ...
Nick Román
Votes: 0
Answers: 0
"Microsoft.Xna.Framework.Graphics.GraphicsDevice.GraphicsDevice" giving me AccessViolationException
So, recently I was following a tutorial on how to make a game with FNA in Visual Studio.
Everything worked fine until I added these four lines of code (in cs):
graphics.PreferredBackBufferWidth = 1280...
Sebry
Votes: 0
Answers: 0
How to track down access violation "at address 00000000" in third party software using MadExcept of Sysinternals ProcessMonitor?
Access violation "at address 00000000" started appear to my Delphi 2009 installation. I started ProcessMonitor https://learn.microsoft.com/en-us/sysinternals/downloads/procmon and filtered e...
TomR
Votes: 0
Answers: 0
Application.Terminate yields access violation error Delphi 10.3
The Application.Terminate() procedure causes an Access Violation once a dynamic array of TImage has been created.
Array (variable length):
arrImages: array of TImage;
Access violation:
Access violati...
Lucas
Votes: 0
Answers: 1