Search:

Type: Posts; User: Gipionocheiyort

Search: Search took 0.01 seconds.

  1. Replies
    20
    Views
    8,048

    Thanks for all of your help by the way. I was...

    Thanks for all of your help by the way. I was beating my head against a wall far too long before I finally gave up and asked for help. Once I was put on the right path it wasn't as bad to find the...
  2. Replies
    20
    Views
    8,048

    Finally!

    I finally got it. I had up and down messed up for my coordinates so everything was going nuts.

    Here is the code if anyone cares.




    #include <iostream>
    #include <ctime>
    #include <string>
  3. Replies
    20
    Views
    8,048

    I think so far we can call this terminal...

    I think so far we can call this terminal programmer error on my part....I just realized that I've had my coordinates mixed up all along. (y for x and x for y) I'm not sure if that's what's causing...
  4. Replies
    20
    Views
    8,048

    That doesn't even seem to be the issue...

    That doesn't even seem to be the issue anymore...the program is hanging indefinately now. For some reason it isn't working it's way through the maze like I expected it to....I can't seem to find why...
  5. Replies
    20
    Views
    8,048

    Ok I commented out any reference to the...

    Ok I commented out any reference to the movehistory array and the program just hangs now instead of crashing. I think what's happening is that the maze isn't ending so the movehistory array was...
  6. Replies
    20
    Views
    8,048

    I ran it a few more times and it seems like...

    I ran it a few more times and it seems like moveleft only fails sometimes. Other times it fails on moveright. This makes sense since the program looks at the maze to decide what to do.....but I...
  7. Replies
    20
    Views
    8,048

    After looking through that I'm guessing there is...

    After looking through that I'm guessing there is something wrong with my moveleft function...I'll start there to find where the issue is
  8. Replies
    20
    Views
    8,048

    When I debug and I look at the call stack I get...

    When I debug and I look at the call stack I get the below info..is that what you were talking about?



    > msvcr80d.dll!memcpy(unsigned char * dst=0xcccccccc, unsigned char * src=0x00418824,...
  9. Replies
    20
    Views
    8,048

    I actually don't think I how to do that....when I...

    I actually don't think I how to do that....when I run it in debug mode I get the unhandled exception that I listed before and the program breaks on line 324 of memcpy.asm (no idea what that file is).
  10. Replies
    20
    Views
    8,048

    The teacher asked for arrays so I'm afraid I'm...

    The teacher asked for arrays so I'm afraid I'm stuck there. Thanks for the tip though. Now that I know what it is I have a better chance of finding where it is.
  11. Replies
    20
    Views
    8,048

    Maze Program - What am I doing wrong?

    I'm doing a school assignment where I have to randomly generate a maze, solve the maze, and print out the steps I took to solve it. I think I'm pretty close to solving it but when I run my program...
  12. Replies
    8
    Views
    3,291

    Thanks for the reply! Here is the full error:...

    Thanks for the reply!

    Here is the full error:

    error LNK2019: unresolved external symbol "public: __thiscall Employee::Employee(void)" (??0Employee@@QAE@XZ) referenced in function "public:...
  13. Replies
    8
    Views
    3,291

    C++ Newbie - Derived Class Issue

    I'm doing an assignment for a C++ class and I'm having some serious issues understanding the topic. The assignment was to make a class called Employee..then make a class called Payroll that is...
Results 1 to 13 of 13