Y
Hacker News
new
|
ask
|
show
|
jobs
by
eMSF
1019 days ago
A lot of folks write char const * (and T const& in C++), and the "rule of thumb" is to read the declaration right to left. In this case, pointer (to) const char. Works also with multiple consts or levels of indirection.