Re: memory address of *char
DDD wrote:
> I have some codes:
> w_char **sFieldsUri;
> sFieldsUri = &(new w_char[2]);
^^^^^^^^^
This tells us that you are in the wrong place, since that is a syntax
error in C. Try posting to a newsgroup for whatever language you are using.
|