Hello
I started a few months ago learning how to program in C with xCode.
Now i have to make a program that uses functions like delay(), but can't figure out how to do it in mac os X.
for example:
main(){
printf("Hello");
delay(1000); //have to wait 1 second to print world
printf("World");
}
Any help?
Thanks in advance
I started a few months ago learning how to program in C with xCode.
Now i have to make a program that uses functions like delay(), but can't figure out how to do it in mac os X.
for example:
main(){
printf("Hello");
delay(1000); //have to wait 1 second to print world
printf("World");
}
Any help?
Thanks in advance