Hi there,
I have been struggling for the last days trying to understand one statement made in the book I am reading at the moment (C++ Primer, 5th Ed, page 129)
It tries to explain pointers and typedefs and, for that, gives this bit of code:
typedef string *pstring;
const pstring cstr...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.