Why would the dereferenced first element of a call argument pointer give me the string?[quote]No, it doesn't have anything to do with syntax. It's a carry over from C, when they used char...
Why would the dereferenced first element of a call argument pointer give me the string?Oh okay, I think I get it. So the cout command printing out char*'s as strings has less to do with ...
Why would the dereferenced first element of a call argument pointer give me the string?Here's the code: #include <iostream> using namespace std; void printName(char *str); int main(...
This user does not accept Private Messages