User profile: hussein raafat

User info
User name:hussein raafat
History
Joined:
Number of posts:4
Latest posts:

Wrong Value In Debug Mode, Need Help
This program works fine and no error while debugging. Try to restart your IDE and make sure that y...

Help with Quiz program
I edited it and comment on every change i made. [code]#include <iostream> #include <cmath> #include ...

Run timer at background
How to run timer at background while compiler waiting input from user , if time is out program termi...

Detecting pressed key
Hi guys, I trying to detect what user have pressed by GetAsyncKeyState() [code] #include <ios...