History: Source Codes
Source codes
Order by:
C++
1329x 
Shared memory between two apps
The shared memory between two apps.

C++
1314x 
Dynamic realloc of an Array
Dynamic resizing of an array / memory.

C++
1300x 
Multi threading
Creation and termination of the new thread.

C++
1463x 
Get pixels from BMP file
Obtaining an array of pixels and other data from 24 bit uncompressed BMP file.

C++
1437x 
Get keyboard hit ID
Hooking of keyboard hit ID. No need to have an active console window - can be used for hidden features.

C++
1415x 
FPS Counter
Relatively accurate counting of cycles per second (Frames Per Second). Suitable for variable FPS in applications and especially in games.

C++
1352x 
Slow down another process
Suspension of any external processes using functions OpenThread(), SuspendThread() a ResumeThread().

C++
1378x 
Getting average color of the screen
Simple obtaining the average color of the pixels on the screen, respectively. get an array of colors of individual pixels.
Code.Tode.cz by Henry - 2014