Click here to Skip to main content
15,887,350 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hey,

I am sheepishly wondering if someone could merely point me to documentation on the following operators. I've done some looking but am coming up short, as they don't exactly pull good search engine results. The operators are as follows

:: (as in this declaration)
CInput::EOperation eOperation


-> (as in this function call)
poRTProtocol->Connect(a,b,c,d)


It seems like ways to access dependencies or children of elements .. or something? Just pass me some documentation, please! :)


Much appreciated
Posted

Here are the documentation links -
Scope Resolution Operator: ::[^]
Member Access Operators: . and ->[^]

Here is a link for all C++ Operators[^].
 
Share this answer
 
v2
Uses Google:
C++ operators MSDN

Try it here![^]
 
Share this answer
 
v2
Superman posted the links to the right reference for those operators in particular (how he got there I don't know... I couldn't conjure the google fu, and I've never been able to bend msdn to my will).

But you might want to start with a basic tutorial of C++, even if you're just trying to understand someone's existing code and not write it yourself.

Learning C++ is fun and not at all like torturing yourself with a million tiny pinpricks. Well maybe it is a little.
 
Share this answer
 
Comments
Donald Hume 15-Jul-11 13:39pm    
I do a lot of coding in other languages and I'm just trying to figure out some of the these operators I'm not familiar with. I appreciate your suggestion though. I do enjoy C++ a lot ;)
QuiJohn 15-Jul-11 15:57pm    
Fair enough, I'm just surprised you could get very far in C++ without knowing those.
Donald Hume 15-Jul-11 20:58pm    
Ha, ... thanks :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900