From time to time I need to go back and see how to “read” the const pointer order when declaring in C++. Here is a good reminder/link for it.
And try to always append a const in order for it to be less confusing.
From time to time I need to go back and see how to “read” the const pointer order when declaring in C++. Here is a good reminder/link for it.
And try to always append a const in order for it to be less confusing.