User profile: Jikax

User info
User name:Jikax
History
Joined:
Number of posts:233
Latest posts:

Alternative of delay()
hope you get the hint..

Alternative of delay()
sleep() 30 secs via google....

WHAT IS A COMMAND-LINE ARGUMENT?
in the windows CMD you can enter : [output]c:\myprog.exe argument1 argument2[/output] the 3 words ...

pointer to an enum?
to use %n in a printf you need to give the address of the variable: [code]fprintf(stdout, "%n\n", &...

pointer to an enum?
The function wfif_get_status() asks for a address to write the status to.. So give it the address of...