So.... Have I or not to write my code using qt typedefs ?All Qt types are C typedefs. So for the compiler there is no difference whether you write qint32 or signed int because it is defined qint32.
And a last question, the endianness is not fixed using qt typedefs isn't it ?
Thanks
Bookmarks