Sztergbaum Roman

Results 94 comments of Sztergbaum Roman

Otherwise it"s a really nice library with great cmake integration and target, not intruisive and friendly, thank's a lot

@mbxx Oh i see, we can probably write an efficient function `absl::stouint128(std::string)` no ?

The writing of financial software requires us to pass floating numbers so often we use strings that represents huge floating numbers by converting them to very large integer, that's why...

@mbxx Thank's but unfortunately i need to be portable !

> You can use it directly from rust as well. The documentation was written more for web users as those comprise most of the people using the library but it's...

Thanks for all those precious explanation, I may have some more questions later, is there any discord or telegram for dev?

> > Thanks for all those precious explanations. I may have some more questions later. Is there any discord or telegram for dev? > > @SebastienGllmt @vsubhuman I joined the...

We should if Windows is defined and not using gcc using UDT version for get function such as: `imGetCursorPos_UDT2();`

I think you can add a compile time definition for it so we can choose to enable it or not (same as the original bindings) In my case I will...