DaveChapman
New Member
8 Posts |
Posted - Mar 05 2004 : 10:14:02 AM
|
VAX (and VA6 I think) doesn't understand references to arrays. If I have a function which takes a reference to an array of 10 bools...
void func(bool (&table)[10]) { if (table[0])....... }
VAX underlines all mentions of 'table' as errors, doesn't colour it, no tooltips or anything.
|
|