📜  十进制到二进制预定义函数 - C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:57.494000             🧑  作者: Mango

代码示例1
std::string binary = std::bitset<8>(n).to_string();