Exited with code 3

Hatedfate 21 Reputation points
2021-07-18T17:56:41.107+00:00

115671-eaaa8655-da2f-4936-9d3a-3f3fe743c863.jpg

I have another error running another program.

115672-4608cfd8-b30d-4d64-8fea-3672aae6dfe3.jpg

Developer technologies | C++
Developer technologies | C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
{count} votes

Answer accepted by question author
  1. RLWA32 51,536 Reputation points
    2021-07-18T18:03:31.813+00:00

    In the case of TravelingSalesman.exe the debug heap has detected that it has been corrupted. In the other case it appears that NeuralNetwork.exe has requested its own termination.

    It is now up to the developer to debug these two applications to determine the cause of the heap corruption in TravelingSalesman.exe and the reason why NeuralNetwork.exe has decided to terminate itself.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Hatedfate 21 Reputation points
    2021-07-19T00:01:31.41+00:00

    115674-screenshot-2021-07-18-195857.png

    Okay, so I was debugging through the code and the moment it finishes looping through a double for loop inside a constructor it crashes and sent me to this screen. This is strange, because unlike the other issue that I'd solved a few hours ago, I had not made any changes to my code for this project. It appears that the same code works just fine on my friend's laptop so I am not sure if my code is the issue here.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.