Relative Content

Tag Archive for c++debuggingmemorynorton

What in my C++ program could be setting off my Norton antivirus? Also struggling to debug and fix an exception, maybe memory related?

I’m taking a C++ class but I’m not completely new to programming as I know a good deal of Java and some Python. This is something I have never seen before: I have a program that supposed to inventory animals on an ark and age them by 1 month and simulate the population growth on the ark. I went through with the debugger and found it works fine until the second fish object goes through the ageOneMonth method, then I get an exception