Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~103 People Reached
Favorite Forums
Favorite Tags
c++ x 1
Member Avatar for jeyjey223

i watched this tutorial video [url]http://thenewboston.org/watch.php?cat=14&number=13[/url] and for some reason it doesn't work.. it says time is undeclared for some reason [CODE]#include <stdio.h> #include <conio.h> #include <stdlib.h> int main(void) { int i=0; srand(time(NULL)); while (i<200) { printf("%d\n", 1+rand()%6); i++; system("cls"); } system("PAUSE"); return 0; } [/CODE]

Member Avatar for deceptikon
0
103