J
Jess
Hello,
In the appendix of Accelerated C++, there is a declaration statement
const char * const * const * cp;
The author says the specifiers are "const char" and the declarator is
"* const * const * cp". What does this declaration mean?
Thanks,
Jess
In the appendix of Accelerated C++, there is a declaration statement
const char * const * const * cp;
The author says the specifiers are "const char" and the declarator is
"* const * const * cp". What does this declaration mean?
Thanks,
Jess