C pointers tutorial from Boredzo.org

  • Thread starter Thread starter R A V E N
  • Start date Start date
  • Tags Tags
    Pointers
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 16K views
Physics news on Phys.org
Whoo that is a nice explantation, for new c/c++ programmers, because more and more people come from langiages like java or c# and always find pointers confusing.

i wish i had that explanation back in the learning days :P
 
Or this one PDF,it`s more detailed:

By the way,Google gives this page as first result on "C pointes explained".:-p
 

Attachments

Last edited:
Great article to explaine "Pointer" for beginners.