11 Feb
2005
11 Feb
'05
20:39
I've never used that syntax before, could you explain a little? B-) On Friday 11 February 2005 01:25 pm, Davi de Castro Reis wrote:
I'd like something a little cleaner if possible....
I would go with two func signatures.
func() { vector<uint> a; this->func(a); } func(vector<uint> &foo) {...}
But probably there is an even better way.
[]s Davi de Castro Reis