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

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

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

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

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

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

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

C++
1496x 
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