C/C++ is retarded. I dont care about "types". They are all 32-bit integers anyway. Typing was invented by math imbeciles and good for nothing Ph.D parasite-jews.
Name:
Anonymous2011-08-19 19:28
>>19
>unsigned integer and a ptrdiff_t are not the same
Is that in the specification?
>How about a void* and a char*?
It doesn't matter, I used int* and char* and implicitly casted them to void*. You can do that with any pointer type if you only want to subtract one from another.