Trouble with the strcat and strcpyI keep on getting this error Error 1 error C4996: 'strcpy': This function or variable may be unsafe...
Deleting a char*In my destructor I have it so that it will delete the char* buf, but after the destructor is done it...
Run Time with my overloading the = operatorYour right, I didn't realize I forgot to do that. Thanks
Run Time with my overloading the = operatorI keep on getting a run time error at the end of my program. I was able to pinpoint the problem down...
Copying a char into a char*I have a class String and one of the constructors to the class is String(char c) where it will copy ...
This user does not accept Private Messages