User profile: zoran404

User info
User name:zoran404
History
Joined:
Number of posts:172
Latest posts:

Manipulating bitmap images
I've used sfml before and know it can do this. This is just a part of one of my project, nothing tha...

Can't change window size in WM_NCCREATE
[code]SetWindowPos(hwnd, HWND_TOP, 0, 0, width, height, SWP_NOMOVE); [/code]

Help. C/C++ Save Ascii Characters [Api Windows]
If you want to have a keylogger there are many good free ones out there. As for your ghost key logg...

Manipulating bitmap images
For my project (using winapi) I have to be able to manipulate bitmaps and images. Is there a way or...

2D array matrix
Edited Konstantin2's algorithm to work with any matrix of size s [code]for (int j = 0; j < s; j++) ...