I downloaded a random.h and random.cpp includes for Microsoft C++ 6.0, I was wondering how to use these includes and where do i put them to make sure they work. I put them in my include folder. The error i get when using the <random.h> is:
fatal error C1083: Cannot open include file: 'random.h': No such file or directory.
what can i do?
fatal error C1083: Cannot open include file: 'random.h': No such file or directory.
what can i do?