View Single Post
Newbie Member
23Jun2006,19:50  
iman_snake's Avatar
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