TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Do you use pointers? Why?

2 pointsby i_see_thingsover 2 years ago

4 comments

ogartenover 2 years ago
When I teach a class, I always use pointers to show things on my slides.<p>Jokes aside, what pointers are you talking about? Code? Presentations?
stop50over 2 years ago
Pointer are useful, since you don&#x27;t have to copy some stuff around. It reduces the memory footprint, but you hace to watch out for parallel access on the same object.
tekknikover 2 years ago
It would be very helpful to discuss what language you’re using pointers in. Some languages use pointers under the hood, others don’t.
pestatijeover 2 years ago
Yes all the time. Because I&#x27;m interested in the pointers targets.