I used to be a good citizen and used size_t for all my buffer sizes, data sizes, memory allocation sizes, etc but I have abandoned that completely. If my program needs to support >4GB sizes I need 64-bit always, makes…
I used to be a good citizen and used size_t for all my buffer sizes, data sizes, memory allocation sizes, etc but I have abandoned that completely. If my program needs to support >4GB sizes I need 64-bit always, makes…