User profile: labeeb

User info
User name:labeeb
History
Joined:
Number of posts:9
Latest posts:

Deleting certain bytes from binary file.
How to delete certain bytes from middle of a binary file? Those bytes are in fact of a struct. O...

Error in reading struct from binary file.
Below is the code for reading a struct that was stored in a binary file. Problem is while reading f...

Recording keystroke in C++
I want to record keystrokes as user press a key.Problem with cin is that it will not do this after h...

Visual programming in visual c++ 2010
I am completely beginner to visual programming in c++.I have downloaded Microsoft Visual C++ 2010 I ...

Connecting an event with a key on keyboard
What this does ? [code] char key = char(); [/code]