Resources for understanding pointers? 2 points by zupancik 11y 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 11y 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
[ 3.2 ms ] story [ 16.5 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...