2009/12/1 Sergei Organov <osv@xxxxxxxxx>: > > void boo(const int p[9]); > > You see? Use the second, simpler declaration, and you are OK. > But then p is a pointer, not an array.
2009/12/1 Sergei Organov <osv@xxxxxxxxx>: > > void boo(const int p[9]); > > You see? Use the second, simpler declaration, and you are OK. > But then p is a pointer, not an array.