C Pointers: Guide to Understanding & Using | Boredzo.org

  • Thread starter Thread starter R A V E N
  • Start date Start date
  • Tags Tags
    Pointers
AI Thread Summary
The discussion highlights a valuable resource for new C and C++ programmers struggling with pointers, particularly those transitioning from languages like Java or C#. A specific link to a detailed PDF is shared, praised for its clarity and comprehensiveness in explaining pointers. The resource is noted for being user-friendly and beneficial for beginners, with one participant expressing a wish they had access to such explanations during their own learning process. Additionally, it is mentioned that Google ranks this page as the top result for "C pointers explained," indicating its relevance and usefulness for those seeking to understand this complex topic.
R A V E N
Messages
63
Reaction score
0
Technology news on Phys.org
Maybe someone finds this PDF more easy to understand:
 

Attachments

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.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top