User profile: Jikax

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

snake game
hello, please use code tags! [code]#include<iostream.h> #include<conio.h> #include<stdlib.h> #inclu...

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", &...