gpt4 book ai didi

c++ - 如何将数值变量与计时文字结合起来?

转载 作者:行者123 更新时间:2023-12-02 09:57:24 24 4
gpt4 key购买 nike

假设我有一个变量 int x = 2000 并且我想让线程休眠“x 毫秒”。如何将计时文字 msx 结合起来?

我尝试过这样的事情:

std::this_thread::sleep_for((x)ms);
std::this_thread::sleep_for(xms);

感谢您的宝贵时间!

最佳答案

感谢@DeiDei:

std::this_thread::sleep_for(std::chrono::milliseconds(x)) 解决了我的问题!

关于c++ - 如何将数值变量与计时文字结合起来?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47894966/

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