thanks for the help
this will not work in my problem my string array ispopulated by a loop and looks like this if input strings are "one" "two" "three"
on the first pass the array will contain
oneNUll
on the second
oneNULLtwoNULL
on the third
oneNULLtwoNULLthreeNULL I need the pointers to point to the
O in One the T in Two and the T in Three
is this possible.
this will not work in my problem my string array ispopulated by a loop and looks like this if input strings are "one" "two" "three"
on the first pass the array will contain
oneNUll
on the second
oneNULLtwoNULL
on the third
oneNULLtwoNULLthreeNULL I need the pointers to point to the
O in One the T in Two and the T in Three
is this possible.