Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I don't think a lot of beginner friendly languages exposes pointers to the developer


Unless they have arrays, which are conceptually not a whole lot different.


Most of the time you don't use them or think or need to think of them as pointers.


No, but pointers are thought of as array indices. If you understand arrays, you understand pointers.


What do you mean by understanding? E.g I have been using arrays productively in PHP and JavaScript, does it mean I understand them?


If, given a[n], you understand that n points to a position in array a then you understand pointers.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: