Copy or reference?I have a function like this in class Report: [code]inline const Info& GetInfo() const { return...
reference to arrayThanks! :) That helped.
reference to arrayFYI: This is not the standard library array that I am using.
reference to arrayCan some one tell me what does the following line mean? const Array<int>& abc; then I want to as...
Expression must be a modifiable lvalueI have declared boost::scoped_ptr<ABC> a; void set_abc(ABC& b){*a = b} In class ABC i have ...
This user does not accept Private Messages