|
-
April 19th, 1999, 09:51 AM
#1
sleep() URGENT!!!!!!!
i need help!!! i wan the dots to appear one by one. but i got errors. 'sleep' is not a member of 'global namespace' and 'sleep' is undeclared identifier.
#include <stdio.h>
main()
{
int counter;
for(counter=0;counter<10;counter++)
{
printf(".\n");
sleep(?????);
}
return 0;
}
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|