Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道我可以使用 itoa 创建一个 base64 字符串,只是想知道是否有一种简单的方法可以在 base64 中计算一个数字,就像 cout << hex 设置一个标志以以十六进制显示整数值一样......
没有内置方式(setbase仅接受 8、10、16 作为参数)。您必须编写自己的流操纵器。
setbase
这是一个旧代码但有效的xstreambuf