This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

rand() was not declared in this scope, please help‏


dear cygwin/gcc users:
 
  I compile a simple code which i copied from a book, "The Complete Reference of C++"  Fourth Edition by Herbert Schildt in page 575, rand()
which is clearly not be included in
#include <iostream>
 
I tried 
#inlcude <cmath>
 
it still not compile, i.e. same compile error
 
please help(see which lib I should include)
/* I tried in ubuntu linux on my laptop, it also not compile by same reason */
 
Eric

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]