Search:

Type: Posts; User: Salem

Search: Search took 0.72 seconds.

  1. Replies
    20
    Views
    3,823

    > __gxx_personality_v0 What is your command line...

    > __gxx_personality_v0
    What is your command line for compiling?
    Because this suggests you're using g++ to compile your C program.
  2. Replies
    20
    Views
    3,823

    You're right, your input array lacks a length,...

    You're right, your input array lacks a length, and lacks the code to place a \0 at the end of it.

    If your compiler supports variable length arrays, you can do this
    char input[length+1];
Results 1 to 2 of 2