Original Post
Hi all!. I just wonder, if reference identifiers in C++ is treated like a pointer ?. I mean when we declare/pass a reference, the compiler provides all the '*' and '->' for me ?. Is there any difference ?. Just a question to determine should I use references or come back with good old C pointers. Thanks in advance. V@T