View Single Post
Mentor
26Nov2008,15:38  
xpi0t0s's Avatar
If it's already a char* (or char[]) why do you need to cast it to char*?

> strcpy...
> (char *)... <-- this bit
> ...output->record_type,(char *)input->recordType.c_str());

Remove the casts and let me know what errors you get.