Help with what? You haven't articulated a problem. The number you posted is 2^32-1, which would be a valid (the maximal, in fact) unsigned 32-bit int, but which is larger than the biggest signed ...
Embedded C and C++ programmers are familiar with signed and unsigned integers and floating-point values of various sizes, but a number of numerical formats can be used in embedded applications. Here ...