Tagged Questions

1
vote
11answers
493 views

Program crashes when leaving a c++ function…What do you think it is?

Hi, I have a c++ code, I use MSC9 to compile it. It keeps crashing randomly. For example it crashes if it is called from Perl using `` but it does not crash when It is called from command line or from …