![]() |
I've Got A problem On Referencing Functions
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 |
Re: I've Got A problem On Referencing Functions
Function is returning reference of point class object.
|
Re: I've Got A problem On Referencing Functions
Yeah I've Got it C++ Adicted boy ;)
tanx in advance But second thing here is this program got an error because when function Finished Sample Will Die And there is nothing to refere Tanx in anyway ive got it |
| All times are GMT +5.5. The time now is 16:13. |