Although there are already a lots of such questions on stack overflow regarding this (almost near to what I want to know). But none of those got the answer that would have solved the case.
My question basically is about following:
Is it possible to implement 64-bit integers using a 32-bit compiler? What is the significance of bit-size of compiler in deciding size of integer? (not considering performance issues)
Somewhat related questions already asked are:
Does the size of an int depend on the compiler and/or processor?
What does the C++ standard state the size of int, long type to be?
Each of above question had some very good answers with them but in the end, no one of them gave me an exact answer.