Can someone point me to one, because our high-school library is way too old. And it wont work with Dev-C++(we using in it in CS class). Thank you.
Nov 29, 2016 Delphi is the ultimate IDE for creating cross-platform, natively compiled apps. Are you ready to design the best UIs of your life? Our award winning VCL framework for Windows and FireMonkey (FMX) visual framework for cross-platform UIs provide you with the foundation for intuitive, beautiful. Dev-C 4 Dev-C is a full-featured integrated development environment (IDE), which is able to create Windows or console-based C/C programs using the Mingw compiler system (version MSVCRT 2.95.2-1 included with this package), or the Cygwin compiler.
- 2 Contributors
- forum 2 Replies
- 253 Views
- 1 Day Discussion Span
- commentLatest Postby snedanLatest Post
Ancient Dragon5,243
>> srand((unsigned) time(&t));
you don't need the argument to time()
Dev Random Linux
>>#if defined(_MSC_VER)
delete the above line and the corresponding #endif. time functions and rand functions are both standard c/c++ library functions that are supported by most c or c++ compilers.