Soldato
- Joined
- 15 Feb 2011
- Posts
- 10,234
- Location
- Slough
I'm trying to get back into programming a bit more having not done a lot of it recently. I am trying to use boost's header only libraries, specifically the one for multiprecision numbers. A few weeks ago I created a program to solve one of the problems on project euler by following these instructions for the setup, then creating my own code. This runs without any problems.
Now I have gone through exactly the same process to solve another problem on project euler. However, this time my project will build but visual studios crashes when I try to run it. Even using the example code they give, or just making a simple hello world program will crash as soon as it tries to run. I cant find any differences in the settings.
Does anyone have any suggestions as to what the problem might be, or how to find out what the problem might be?
Now I have gone through exactly the same process to solve another problem on project euler. However, this time my project will build but visual studios crashes when I try to run it. Even using the example code they give, or just making a simple hello world program will crash as soon as it tries to run. I cant find any differences in the settings.
Does anyone have any suggestions as to what the problem might be, or how to find out what the problem might be?