Monu Rathour wrote: > i worked in *visual studio 8*,and there is a function *rand()* to generate > random numbers. > But now i have to work on *visual studio 6*, is there any such function?
rand() is the function provided by the standard C library (stdlib), so as long as you're using an ANSI C confirmant compiler/library, the function should be present. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/algogeeks -~----------~----~----~----~------~----~------~--~---
