Search:

Type: Posts; User: Jimmy

Search: Search took 0.01 seconds.

  1. Thread: Help with C code

    by Jimmy
    Replies
    10
    Views
    714

    Yes, so again, fix your console so that it works...

    Yes, so again, fix your console so that it works with syncterm or switch software to something that works out of the box.

    This is a configuration issue. I don't even understand how you think the...
  2. Thread: Help with C code

    by Jimmy
    Replies
    10
    Views
    714

    My suggestion then is to configure your terminal...

    My suggestion then is to configure your terminal correctly instead.
  3. Thread: Help with C code

    by Jimmy
    Replies
    10
    Views
    714

    It is still wrong though, read my post again....

    It is still wrong though, read my post again. Which values are valid indices for you array?

    Also, what problem are you trying to solve? For example, why are you using getch to read your input? Why...
  4. Thread: Help with C code

    by Jimmy
    Replies
    10
    Views
    714

    You have created a version of what is known as a...

    You have created a version of what is known as a buffer overflow. Which is bad.

    The reason you get a segmentation fault is because you write outside of your array (buffer overflow). It can only...
Results 1 to 4 of 4