cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Beginners
Operator ->
Operator ->
Jun 24, 2016 at 6:11pm UTC
Domino2016
(3)
What means the operator -> in C++?
Thanks for the help.
Jun 24, 2016 at 6:29pm UTC
Domino2016
(3)
Can anyone help me?
Jun 24, 2016 at 6:49pm UTC
AbstractionAnon
(6954)
-> is a member operator used to reference individual members of classes, structs and unions, where the left side is a pointer.
Jun 29, 2016 at 11:51am UTC
Domino2016
(3)
Thanks for the help. Can anyone give me an example?
Last edited on
Jun 29, 2016 at 11:53am UTC
Jun 29, 2016 at 1:55pm UTC
AbstractionAnon
(6954)
Several examples here:
http://www.cplusplus.com/doc/tutorial/structures/
Topic archived. No new replies allowed.