maurices5000
Nov 17th, 2008, 11:55 AM
Here is some syntax I keep running into
HRESULT IHTMLDocument2::get_links(IHTMLElementCollection **p);
Should i try to understand this? Why? How do i learn to understand it?
The documentation keeps speaking of pointers. I was introduced to the word in C++ 8 years ago. I have no real idea what a pointer is or its purpose.
Thanks!
HRESULT IHTMLDocument2::get_links(IHTMLElementCollection **p);
Should i try to understand this? Why? How do i learn to understand it?
The documentation keeps speaking of pointers. I was introduced to the word in C++ 8 years ago. I have no real idea what a pointer is or its purpose.
Thanks!