Hi guys,

I have a question:
Can I use the types: qint32(Qt of course) and int32_t(<stdint.h>) with the same result?
I need fix width variables to have the same size of 32/64 OSs, can I use one instead of another one, etc?
I am working on raster charts' reading and have to have fix width 4bytes "long" values for 32 and 64 bit platforms.

Thank you,

Kacper