PDA

Click to See Complete Forum and Search --> : What is a pointer


hypnos
Aug 21st, 2000, 12:25 PM
Can somebody tell me what a pointer is? I’m interested because they are used in the Win32 APIs.

Zej
Aug 21st, 2000, 12:30 PM
they point to different parts of the memory

example:

CDC* pDC
pDC-> {function here}

Zej
Aug 21st, 2000, 12:31 PM
i also saw a post on this too. i'll try to find it

Zej
Aug 21st, 2000, 12:32 PM
Here it is!!! probably a better explaination than mine LOL
http://forums.vb-world.net/showthread.php?threadid=27271

hypnos
Aug 21st, 2000, 02:20 PM
Thanks for the help Zej.