Comment on Fira Code: monospaced font with programming ligaturesparentComments−Someone10yYou can write 1'000'000 for a million in C++14. http://en.cppreference.com/w/cpp/language/integer_literal.They didn't use underscores because _100_000 is a valid identifier in C/C++.Arbitrary bases aren't there.−CamperBob210yNeat, I didn't know they'd done something similar with single quotes. (No law said they had to allow constants to start with an underscore, of course...)
Comments
You can write 1'000'000 for a million in C++14. http://en.cppreference.com/w/cpp/language/integer_literal.
They didn't use underscores because _100_000 is a valid identifier in C/C++.
Arbitrary bases aren't there.
Neat, I didn't know they'd done something similar with single quotes. (No law said they had to allow constants to start with an underscore, of course...)