hachyderm.io is one of the many independent Mastodon servers you can use to participate in the fediverse.
Hachyderm is a safe space, LGBTQIA+ and BLM, primarily comprised of tech industry professionals world wide. Note that many non-user account types have restrictions - please see our About page.

Administered by:

Server stats:

9.4K
active users

Šimon Tóth

The std::to_chars is a low-level tool for formatting integer and floating-point values as text into a buffer.

The integer overload supports bases up to 35 (10..35 represented using lowercase characters a-z).

The overloads for floating-point values allow specification of the format and precision. Format specification mirrors the behaviour of the printf function.

Compiler Explorer link: compiler-explorer.com/z/qq93ff