You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, they are equivalent. Looking ahead to future proofing, it'd be nice to have pointers be implementation-agnostic. Which means pointer manipulation being implementation-agnostic.
The text was updated successfully, but these errors were encountered:
roeming
changed the title
Use size_t instead of u32 when dealing with pointer manipulation
Use uintptr_t instead of u32 when dealing with pointer manipulation
Jun 4, 2024
I don't think this was added to C++ until C++11 (which copied it from C99).
If it helps resolve issues for people trying to port Pikmin 2 to a 64-bit architecture, sounds good to me, I suppose.
Right now, they are equivalent. Looking ahead to future proofing, it'd be nice to have pointers be implementation-agnostic. Which means pointer manipulation being implementation-agnostic.
The text was updated successfully, but these errors were encountered: