Jump to content

VS2008 compiling problem

- - - - -

  • Please log in to reply
4 replies to this topic

#1
A. Shuaib

A. Shuaib

    Newbie

  • Members
  • Pip
  • 3 posts
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.

#2
Ancient Dragon

Ancient Dragon

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 400 posts
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
A. Shuaib

A. Shuaib

    Newbie

  • Members
  • Pip
  • 3 posts
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
Ancient Dragon

Ancient Dragon

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 400 posts
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
A. Shuaib

A. Shuaib

    Newbie

  • Members
  • Pip
  • 3 posts
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