gpt4 book ai didi

c++-cli - 如何在 C++/CLI 中指定固定大小的缓冲区?

转载 作者:行者123 更新时间:2023-12-04 17:05:32 25 4
gpt4 key购买 nike

在 C# 中,我可以指定一个 fixed sized buffer使用 fixed关键字,像这样:

public unsafe struct StructWithFixedBuffer
{
public fixed char FixedBuffer[128];
}

我将如何在 C++/CLI 中表达同样的事情?

最佳答案

其中一个 C++/CLI 开发人员博客提供了一个模板解决方案的代码,我会尝试找到一个链接。
Ahh, found it. It's called inline_array .

关于c++-cli - 如何在 C++/CLI 中指定固定大小的缓冲区?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2138473/

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