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.

Everything you need to know about pointers in C

9 pointsby ozkanover 12 years ago
Pointers in C with explanation and examples.

1 comment

wjgeorgeover 12 years ago
you really, really shouldn't introduce a concept with an bad example, and then add the caveat of " dont do this". It's like a double negative in speech, it's too confusing to parse.<p>so i got as far as the "int* a,b;" example.<p>C does not work that way, so OF COURSE that won't work. Why not build on that