i have some questions :
1.) how to insert a pause time between 2 or more consecutive couts
2.) how to asign a key combination to only a button (for example i press numpad 1 on my keyboard and the program reads them as alt+enter)
3.) how to compile a program and from where to get a good compiler...
if someone can help pls add my yahoo messenger id black_phantom13 or reply to this post :D
1) you can use the sleep(ms) command.
2) Hmm, each window you create will have a call-back function where you can interrupt the key combination being pressed. Then you can handle it however you like.
3) how big is a piece of string? I would suggest you download a copy of Dev-C++ if you are going to be just learning C++