RE:pointer to pointer to pointer bug in

Masaharu Goto (MXJ02154@nifty.ne.jp)
Fri, 24 Jul 1998 23:32:00 +0900


Ron,

>There is still a problem with incomplete dereferencing. In the above
>example, x[i] is recognized as a double*, instead of a double***, and
>although it returns the correct value (address), it thinks x[i][j] is
>a double value. Maybe I can figure this out too.

I fixed this problem (only refercing side) in cint5.13.66.

Thank you

Masaharu Goto