c++ - When to use " . " or " -> " operators to access attribute or member function? -


in both c, c++ , objective-c, can use . or -> access values or functions. differences or drawbacks between two?

you can treat a->b (*a).b in c-language


Comments

Popular posts from this blog

.htaccess - First slash is removed after domain when entering a webpage in the browser -

Automatically create pages in phpfox -

c# - Farseer ContactListener is not working -