Re: Char* to Char*
- From: "Mike Wahler" <mkwahler@xxxxxxxxxxxx>
- Date: Sat, 07 Jan 2006 09:08:34 GMT
"Jake Thompson" <readytoride39@xxxxxxxxxxx> wrote in message
news:1136569581.780724.149640@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
> What is the best way to copy a Char* to a Char*?
int main(void)
{
typedef char Char;
Char *a = 0;
Char *b = 0;
a = b;
return 0;
}
I've given a literal answer to your question.
I suspect you'll need to phrase it more specifically
to get the answer you really need.
-Mike
.
- Follow-Ups:
- Re: Char* to Char*
- From: Jake Thompson
- Re: Char* to Char*
- From: Jake Thompson
- Re: Char* to Char*
- References:
- Char* to Char*
- From: Jake Thompson
- Char* to Char*
- Prev by Date: Re: Passing a structure from a C program to a C DLL
- Next by Date: Re: Need experts opnion
- Previous by thread: [OT] Re: Char* to Char*
- Next by thread: Re: Char* to Char*
- Index(es):
Relevant Pages
|