strtoull Questions

1

Solved

Consider the following: #include <iostream> #include <cstdint> int main() { std::cout << std::hex << "0x" << std::strtoull("0xFFFFFFFFFFFFFFFF",0,16) << std:...
Handy asked 19/7, 2019 at 13:9
1

© 2022 - 2024 — McMap. All rights reserved.