Advertisement

c/c++ stuff whats ::method(object &) mean?

Started by July 16, 2002 11:01 PM
0 comments, last by kindfluffysteve 22 years, 5 months ago
hello, I understand the following ::method(object *) ::method(object ) but what is: ::method(object &) ?
::method(object &) means the method takes a "reference"
to object. Look it up in your favorite C++ textbook/source.


~~~~
Kami no Itte ga ore ni zettai naru!
神はサイコロを振らない!

This topic is closed to new replies.

Advertisement