I dont understand how to even use these source codes.
i've read all the tuts, but i have no idea what im doing, i feel dumb, i've never even considered C++ untill now.. just used to my good olld DLLs..
if someone would be so gracious to tell me how to actually use these codes, i would be much happy... thank you.
1. You need to start by learning some basic C/C++, I recommend focusing on memory management,Heap, Array, Struct and Pointers.
2. Learn windows programming. Dont need much just some basic user interface/ Keyboard programming/ and Thread
3. Go to Google do a search for how to create DLL Library C++, learn some basics of it. Understand how it works.
When you come back to the tutorial you will know how to put everything together
Expecting tough trial and error when start working with these things. When you fail about 20 times or more you will get better.