Could you explain it a little more clearly?
Do I need to run one of those to get that installed, or just need to move those files to include directory or somewhere?
Or you could just run the commands yourself: g++ -c -g normal.C
And then move the header to the common include/ directory and the library to the common lib/ directory.
By the way, you should definitely check out the Mersenne Twister. It is the PRNG to end all PRNGs.
Hi, helios, seems that you also need to deal with random generation thing. I'm in a financial program in NY. C++ is killing me. Could you leave your email to me? Maybe you are interested talking with me.
Here's mine: jackystc@gmail.com
By the way
Could you tell me where exactly to excecute this commands
You should run a program called in the start menu "command prompt" or something like that ( executable should be C:\Windows\System32\cmd.exe )
then run the command you want
My e-mail is in my profile. To access my profile click my name on top of any post.
Yeah, except that script is for a UNIX shell.
If you're not using UNIX, you can just include the cpp, which will in turn also include the header, or you can add the cpp to your project.