Hacker News new | ask | show | jobs
Resources for understanding pointers?
2 points by zupancik 4294 days ago
I'm looking for any resources that will introduce pointers to me (in C), preferably with many examples, and in increasing difficulty.

I have experience with Java + Python

1 comments

If I ever get confused, I'd check one of these two:

the Spiral Rule: http://c-faq.com/decl/spiral.anderson.html

the ksplice test: https://blogs.oracle.com/ksplice/entry/the_ksplice_pointer_c...