I am trying to compile the following code using visual studio 2008 for a class assignment:
Download
Euler Monte Carlo.
but I am not able to do so, Help please.
Thanks.
4 replies to this topic
#1
Posted 01 April 2010 - 02:40 PM
|
|
|
#2
Posted 01 April 2010 - 02:47 PM
Those programs were written for *nix and MAC. There are lots of compatibility issues that you will have to overcome in order for you to compile that for MS-Windows. The best hope for you is to install Code::Blocks with MinGW compiler. That will give you the MS-Windows port of the *nix g++ compiler and a ****ed good IDE too.
Visit Grandpa's Forums, a social networking forum, with family-oriented arcade games, blogs, discussion forums, and photo albums.
#3
Posted 01 April 2010 - 03:14 PM
I compiled the code using cygwin, and it is working fine. bu I need a debugger. In the cygwin case, gdb. Any good document that gives an example how to used it. Thanks
#4
Posted 01 April 2010 - 03:19 PM
Code::Blocks IDE has a debugger very similar to vc++ 2008. Install Code::Blocks and you will have it.
Visit Grandpa's Forums, a social networking forum, with family-oriented arcade games, blogs, discussion forums, and photo albums.
#5
Posted 06 April 2010 - 02:54 PM
Code block is amazing but it appears the "Watch" debugger window does not update variable values as they are changed ??
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









