Hi!
What should I do to make qFromLittleEndian return "double" ?
I know in that in docs there is written that it can return only int...
Is there any way to get data from memory that are double ?
THanks
Hi!
What should I do to make qFromLittleEndian return "double" ?
I know in that in docs there is written that it can return only int...
Is there any way to get data from memory that are double ?
THanks
Try to convert the uchar array to a QByteArray and then use QByteArray::toDouble to get a double.
Bookmarks