On 1/22/2014 12:36 AM, Katayama Hirofumi MZ wrote:
Hello, this is a Japanese programmer, katahiromz.

If TYPE1 was compatible to TYPE2, I think TYPE1* should be compatible to TYPE2*.

Why isn't int** type compatible to void** type?


While void is untyped data, void* is definitely typed data.

Reply via email to