User profile: programmerx

User info
User name:programmerx
Email:naumanzafar84@yahoo.com
Name:nauman zafar
Location:lahore,punjab,pakistan
Bio:i am a student of cs at punjab university lahore....
Statistical data
Birthdate:Sep 8, 1992
Gender:Male
Occupation:Student
History
Joined:
Number of posts:13
Latest posts:

KeyLogger detection of keys [ { } ] etc
i've detected each key while using the following two functions: GetAsyncKeyState() GetKeyState() but...

Keylogger help required
Thnx for the help .... i used this if(GetKeyState(VK_SHIFT) && GetKeyState(0x32)) /* 0x32 is c...

Keylogger help required
Friends i have started coding simple keylogger but i am facing problems when i press speacial charac...

Storing the entered key in a file
#include<iostream> #include<fstream> #include<conio.h> using namespace std; int main() { of...

creating object by passing a character to function???
i am asked to write a function that accepts a character as argument and creates the object on the na...