随机数产生问题?
#include <windows.h>#include <gl/gl.h>
#include <gl/glu.h>
#include <gl/glut.h>
#include <stdlib.h>
#include <stdio.h>
#include <math.h>
#include <time.h>
srand(time(NULL));
为什么我这样写 srand出现错误:
error C2501: 'srand' : missing storage-class or type specifiers
error C2373: 'srand' : redefinition; different type modifiers
希望哪位好心的哥哥或姐姐能帮帮我!!! thank you!