Click to See Complete Forum and Search --> : C++


manisha
June 11th, 1999, 06:54 AM
how many bytes are there in INDEX data type?

Wayne Fuller
June 11th, 1999, 07:19 AM
I don't know what INDEX type is but try sizeof(INDEX) and see what that returns.

Wayne