<t>QuoteOriginally posted by: kevin08Ok, now we know that deleting string literals via char pointers causes the program to crash. But how about this new example?No no no, this has nothing to do with char*, it will crash for any data type. It crashes because you're trying to delete something that sho...