#wrong interpretation confusion on typedef and how it defines its aliases.
6 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question use !howto ask.
const pstring is char *const.
does the const being after the dereference operator define the type that cstr will point too?
The type qualifier of the pointer itself.
oooooooooooooooooooooooooooooooooooooo