Answer the question
In order to leave comments, you need to log in
How to correctly set the value of a type variable with a fixed number of digits?
I'm still trying to defeat types in the ActiveX connected to Qt.
There is a function that takes a type with a fixed number of digits:
This is how it seems to be described "64-bit number with 4 fractional digits".
Qt after dumpcpp set that it is qlonglong.
The question itself is how to write it down now? Tried
N = 2;
qlonglong val = N * 10000;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question