Relative Content

Tag Archive for c++long-integer

C++ when to use long/int?

I was looking at integer limits in C++ and it looks like both int and long have the exact same maximums and minimums (32-bit limit, looks like), even when unsigned.