gpt4 book ai didi

c++ - 错误 : ‘memset’ was not declared in this scope

转载 作者:搜寻专家 更新时间:2023-10-30 23:56:51 26 4
gpt4 key购买 nike

我正在尝试编译本页末尾提供的完整示例 8:http://www.physics.wisc.edu/~craigm/idl/cmpfit.html

但我收到此错误:错误:未在此范围内声明“memset”

我一直在寻找如何解决这个错误,我看到有些人通过添加 #include <string.h> 解决了这个问题到代码的头部。我试过了,但我仍然遇到同样的错误。

我在 Ubuntu 12.04 LTS 上使用 gcc 版本 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5)

我正在尝试编译:

g++ -o example example.cpp -lmpfit -lm

最佳答案

如果你使用 C 你应该包含 string.h

否则,如果你使用 C++,你应该使用 cstring

C: #include <string.h>

C++: #include <cstring>

关于c++ - 错误 : ‘memset’ was not declared in this scope,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26832672/

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