Several questions :D

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

Thanks
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++
the first problem i solved it thanks...
but how can i put a value lower than 1 second? :D
but still dont understand on second and third :(

I am creating a game i want the user to set fullscreen in options menu py pressing numpad 1 instead of ALT+ENTER

And wanted to know another compiler instead oc BorlandC++
like gcc but i've downloaded it and can't manage to compile with it ...:(
Last edited on
Topic archived. No new replies allowed.