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

c# - Farseer ContactListener is not working -

Automatically create pages in phpfox -

database - one php page with different contents and urls -