As far as I know regarding the <pre class="ip-ubbcode-code-pre">typedef</pre> keyword in C and C++, it's just used to rename datatypes, right? That's all I've ever ...
In the first part of this series, we covered the basics of pointers in C, and went on to more complex arrangements and pointer arithmetic in the second part. Both times, we focused solely on pointers ...