Код: Выделить всё
int v = 0b1111; // 15 in decimal
Код: Выделить всё
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/41359232/has-there-been-a-proposal-to-add-stdbin-to-the-c-standard[/url]Код: Выделить всё
int v = 0b1111; // 15 in decimal
Код: Выделить всё
std::cout
Подробнее здесь: [url]https://stackoverflow.com/questions/41359232/has-there-been-a-proposal-to-add-stdbin-to-the-c-standard[/url]