Hi,
This will probably sound like a really n00b question, but here goes... I allocate a char * with new[]. i can then delete it with delete[]. However, if between the new and delete the char * is used with string functions like strcat(), i get an access violation error. I cant find any information on this, can anyone help me??

thanks.