Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
2
Posts with Upvotes
1
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~226 People Reached
Favorite Forums
Favorite Tags
c++ x 2
Member Avatar for i_suck_inc++

this code was workin when i used srand function to fill th e array with random numbers and the array was a declared globally.But now the code is not working.I cant find anything wrong in this .Sombody pls help.. [CODE=CPP] #include<iostream.h> int *a,NUM_ITEMS; int main() { void enterdata(); void quicksort(int,int); …

Member Avatar for sonia asim
2
166
Member Avatar for i_suck_inc++

Is der an equivalent function to srand(),the random number generator, in g++ compiler?

Member Avatar for WolfPack
0
60