Thread
:
I've Got A problem On Referencing Functions
View Single Post
iman_snake
Newbie Member
23Jun2006,19:50
Hello all u guys out there
Ive got a problem Undrestanding in example what it means
class point
{
...
}
point
&
function1()
{
point sample;
return sample;
}
whats meaning of & in a function??
Tank you