-
- Downloads
In C, a string such as “Hello world” is of type char * in C++ it is correctly...
In C, a string such as “Hello world” is of type char * in C++ it is correctly of type const char *. Such a string can of course only be passed to functions that specify the input parameter as const char *
parent
f2c289f4
No related branches found
No related tags found
Loading
Please register or sign in to comment