??? 01/08/08 09:16 Read: times |
#149119 - Can you post more information ? Responding to: ???'s previous message |
Can you post the definition of the array, the pointer, and the initialization of the pointer ?
Also, where do you check that the pointer is still pointing to an element that's inside the array ? The code you posted will start overwriting data outside the array after a few received characters. |