Resources for understanding pointers? 2 points by zupancik 12y ago ↗ HN 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
[–] arh68 12y ago ↗ If I ever get confused, I'd check one of these two:the Spiral Rule: http://c-faq.com/decl/spiral.anderson.htmlthe ksplice test: https://blogs.oracle.com/ksplice/entry/the_ksplice_pointer_c...
1 comment
[ 1.9 ms ] story [ 9.4 ms ] threadthe Spiral Rule: http://c-faq.com/decl/spiral.anderson.html
the ksplice test: https://blogs.oracle.com/ksplice/entry/the_ksplice_pointer_c...