how to use INT32 abc using typecast

i have to display INT32 abc from a file ...i dont know what is INT32 type and how to
show its output?
Yes, it seems that you don't know what is INT32 and how to show its output.
You probably mean a 32 bit integer. C99 defines a type for that, int32_t, the definitions are in stddef.h

You can print it with cout.
Topic archived. No new replies allowed.