Search:

Type: Posts; User: Bomb

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    1,702

    Thanks, I'll try it. [EDIT] Worked! Thanks,...

    Thanks, I'll try it.

    [EDIT] Worked! Thanks, Valaris. Silly me for not thinking of something as simple as that...
  2. Replies
    7
    Views
    1,702

    You misunderstand what I'm asking. I want to know...

    You misunderstand what I'm asking. I want to know how I'd do this. What string function is appropriate for this sort of thing? Would I use strlen to test whether it's empty?
  3. Replies
    7
    Views
    1,702

    Appending to a String Array

    How would I append to the first element of a string array? So suppose I have this:


    char *array[ 10 ];

    Indexes 0-3 contain strings. The rest are empty. How do I create a function that reads...
  4. Replies
    4
    Views
    1,054

    Thanks for the help. I'll look into it.

    Thanks for the help. I'll look into it.
  5. Replies
    4
    Views
    1,054

    I'm using Mac OS X Leopard, but writing in C for...

    I'm using Mac OS X Leopard, but writing in C for maximum cross-compatibility.
  6. Replies
    4
    Views
    1,054

    Input Preservation

    I'm writing a real-time text adventure. However, there is one problem that never ceases to annoy me: the fact that whenever output is printed, it overwrites the line with the user's input.

    Does...
Results 1 to 6 of 6