Wednesday, 11 October 2017

c++ - What is a use for a pointer object?









Sorry
if pointer object is the wrong term but I think you get what I mean. An object that is a
pointer, pointing to an object. Anyways, I would appreciate if someone could give me
some examples of why or when this feature is useful, because right now I just don't get
it. Thanks.

No comments:

Post a Comment

php - file_get_contents shows unexpected output while reading a file

I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...