Recent content by Jennifu

  1. J

    C/C++ Debugging My Matrix Class Implementation

    I'm just learning to use the debugger, and unfortunately, I learned it during lab on a different compiler. I tried it for that last assignment, but on both Code::Blocks and Dev C++, it kept saying something like there was no debugging info. I tried to follow the instructions to fix it, but...
  2. J

    C/C++ Debugging My Matrix Class Implementation

    OOOOOH! ok, I got it. And I also fixed my addition, subtraction, and multiplication functions, which were wrong. I think it's working now, unless there's something else you saw. Thank you very much!
  3. J

    C/C++ Debugging My Matrix Class Implementation

    Thanks for you help! I fixed the things you mentioned, and it's definitely helped. I haven't yet found the other bugs, though. Anyway, the output I'm getting is this: So I'm assuming it's something to do with TestFunction 1, because that is where it is freezing. Is it something to do with...
  4. J

    C/C++ Debugging My Matrix Class Implementation

    I usually work in Code::Blocks v1.0, but I also tried this on Dev-C++ 4.9.9.2. Also, it doesn't work on the site where I upload it (I have no idea how my professor has programmed that site).
  5. J

    C/C++ Debugging My Matrix Class Implementation

    Hey all! I'm new here. I actually joined for physics help a couple of days ago, but I found the answer by searching through old threads and didn't have to post a new one. So here's my first post. :smile: Anyway, so I procrastinated on my homework, and now I'm having trouble with it and no...
Back
Top