gpt4 book ai didi

c - 如何在VS 2010 for windows下使用C语言的时间api

转载 作者:行者123 更新时间:2023-11-30 18:05:12 24 4
gpt4 key购买 nike

我正在使用 srand 函数在 MS VS 2010 上生成随机值,如下所示。

srand( (unsigned)time( NULL ) ); 

我被抛出以下错误。

error C3861: 'time': identifier not found

我在这里错过了什么吗?谁能指出错误吗?

谢谢!

最佳答案

添加#include <ctime>到程序文本的顶部(并且在执行时要友善地说 std::time)。

关于c - 如何在VS 2010 for windows下使用C语言的时间api,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6746188/

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