I'm new to C++. I want to use the header file Random.h (described here http://ftp.arl.mil/random/). It uses unistd.h Which gives me an error
"Cannot open include file: 'unistd.h': No such file or directory"
I've googled around and seen that the issue is that unistd.h works with unix not visual express. Some posts suggest using mingw instead but I've tried that and it doesn't work. Can anyone tell me how to get unistd.h (or at least the bits of it I need) to work on Visual Express. There are some suggestions online but I cant find anything that addresses my particular question. thanks!