|
-
November 28th, 2003, 04:59 PM
#1
Delete fails when char * is used with strcat()
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|