Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#5249
DeVaultSetter
Keymaster

    *pID is the address of the first char in string, *pID + 1 the address of the second char in string and so on.
    With the const decl *pID is a pointer whose contents cannot be changed – once set of course. 😛
    Will do. 🙂