gpt4 book ai didi

c++ - python struct.pack 在 C++ 中等效

转载 作者:太空宇宙 更新时间:2023-11-04 15:54:40 25 4
gpt4 key购买 nike

我想要一个固定长度的数字字符串,就像 struct.pack 出现在 python 中但出现在 c++ 中一样。我想到了 itoa (i,buffer,2) 但问题是它的长度取决于平台。有什么办法让它独立于平台吗?

最佳答案

如果您正在寻找类似于 Python 的结构包的完整解决方案,您可以查看 Google's Protocol Buffers Library .使用它将为您解决很多问题(例如字节顺序、语言可移植性、跨版本兼容性)。

关于c++ - python struct.pack 在 C++ 中等效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1550721/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com