Search:

Type: Posts; User: skytreader

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    7,172

    jeffcobb, The way it sounds, memset() is the...

    jeffcobb,

    The way it sounds, memset() is the function I am looking for.

    And, also, I wasn't trying to free anything in the code I gave. I was just looking at what arrays hold right after...
  2. Replies
    3
    Views
    7,172

    How to "free" an array cell.

    Hi all. Suppose I have a char array of size 3 with the following contents:


    [a][b][\0]

    where \0 is the null pointer. Is there a way that I can make the array become


    [][b][\0]
Results 1 to 2 of 2