Home › Forums › C Programming › Understanding Pointers and Strings › Re: Re: Understanding Pointers and Strings
March 26, 2009 at 6:59 pm
#3537
JonathaThurston
Participant
Hey dman thanks for explaining it makes more sense now. Is it possible to avoid making *index a pointer to the array and do the manipulations on *w instead?