Vector container / listI need to add each item from my function into a list, array or a vector container. But i'm unsure wh...
Set DWORD value from user inputIve fixed it with this piece of code here: [code]cin >> Addy; DWORD Ammo = strtol(Addy.c_str(), 0, ...
Set DWORD value from user inputMy question is, how do i set the DWORD value from user input? [code] DWORD Ammo = 0x0000000; in...
Wide strings and normal stringsI tried some stuff, removing one error after the other and achieved a program that compiles.. Probl...
Wide strings and normal stringsI need some help regarding wide strings. I already have a working program for searching normal strin...
This user does not accept Private Messages