2008/9/3 mike clemow
<gelfmuse@gmail.com>
Hi list,
Is there a way to determine an object's type programmatically?
I don't think so, I thought for a moment that we could write a massively overloaded function but then remembered arrays are separate types and
int foo[ ];
is a different type from
int bar[ ] [ ];