Try as I might, I cannot find any information on what cin.binary
is for.
similar ones, thinking bases, dec, hex, octal only seem to appear when used with cout - e.g.,
cout << std::hex << n;
.
However cout << std::binary << n;
isn't valid
Entering cin.
produces this intellisense popup
I'm left assuming that these are some sort of flags. Sure would be nice to know for sure though.