Hi,

I am a newbie.

i would like to copy a string1 = " hello world "
to
char* buffer.

This buffer is part of a class that i have created. the string1 is a parameter that will be sent into my constructor as a parameter.

Hope i paint out my problem clearly.

Thanks in advance!