What's c++
This message turned up in search, but its forum couldn’t be identified from the original transcript, so it may not be linked into its thread.
"This is a string" is an array, technically, which is automagically
promoted to a pointer to char when the conditions are right.
Try sizeof("this is a string") as opposed to sizeof(ptr). (Just trying to
confuse further, that's all). sdb