3 Sep
2009
3 Sep
'09
5:51 p.m.
On Thursday 03 September 2009 22:17:04 Kassen wrote:
Wouldn't writing a Vector class, then creating a array of those come down to this?
Not quite, because I can't add member functions that would perform "horizontal" operations (e.g. norm() for vectors, or draw() for probability arrays).
We don't have operator overloading right now. At least you can't overload them yourself; of course the ChucK operator is quite overloaded.
Indeed. That must have been why I assumed we could. Thanks for the answers!