This is Sid's Blog on Lisp, Scheme and everything in between.
Pages
▼
Tuesday, May 30, 2006
Tutorial on pointers
Gamedev has an excellent article introducing pointers in C. Building on that article, I think an introduction to volatile and const pointers. While const is more C++ than C, it is still useful. MSDN introduces both here.
No comments:
Post a Comment