Advertisement

C++ editor and compiler.

Started by September 29, 2002 01:59 PM
10 comments, last by diggisaur 22 years, 1 month ago
rand() and srand() are declared in <cstdlib>. Put #include <cstdlib> with the other includes.


The world holds two classes of men -- intelligent men without religion, and religious men without intelligence. - Abu''l-Ala-Al-Ma''arri (973-1057; Syrian poet)
--AnkhSVN - A Visual Studio .NET Addin for the Subversion version control system.[Project site] [IRC channel] [Blog]
Thanks that worked.

This topic is closed to new replies.

Advertisement