I am trying to run a code which gives the following
compilation error
error C2065: 'randomize' : undeclared identifier
error C2065: 'random' : undeclared identifier
Error executing cl.exe.
i am using Visual studio 6.0, Is there something that i am
supposed to include for this. i have already inculded the
following for diff reasons.
#include <stdio.h>
#include <iostream>
#include <math.h>
#include <string.h>
#include <conio.h>
#include <process.h>
#include <stdlib.h>
Can anyone help me in identifying the problem
Regards
Ritu