Search
-
Recent Posts
Categories
- Benchmark (1)
- Browsers (2)
- C++ (2)
- Coding (17)
- DirectX (1)
- Flash (1)
- Games (7)
- Javascript (1)
- MySQL (1)
- Nintendo DS (1)
- PC (6)
- PHP (7)
- Random (3)
- Reviews (3)
- VB.NET (7)
- Visual Basic (1)
- World News (1)
C++ Archive
-
C#: Dictionary vs List — Benchmark Testing
NOTE: These tests are done on Windows 7 64bit, 12gig ram, Intel i5-2500K @ 3.30GHz I’ve been working on a spaceship type game (New game in progress) in C#/XNA and ran into a little question new coders normally want to know. Should we use Dictionary or List for our elements of data? It depends on [...] -
DirectX: Trouble with double values not returning a proper precision value after initializing DirectX?
After adding DirectX in a C++ project, I was experiencing an issue where double values were losing precision when being used in a math function. I was trying to figure out the issue for the past couple days, and it totally stumped me to why it was happening, such as using a formula like this: [...]