User profile: jonnin

User info
User name:jonnin
History
Joined:Feb 4, 2017 at 8:25pm
Number of posts:11496
Latest posts:

Increasing Size of Vector
start replacing [][] double vector access with .at calls to see if you have gone out of bounds. You...

Converting Hex into dec using numeric up down control
BCD is just a lookup table. you look up each digit of the number in base 10, and spit out the 4 bit...

Trade space for time
the process looks a great deal like what I have frequently done to consolidate conditional statement...

Trade space for time
I see uses for it but the sarcastic doober in me keeps thinking "good job, you found a way to make y...

Euler Angle Compression
is this not just the standard 3d to 2d that is used in 3d graphics which display on a 2d screen? t...