gpt4 book ai didi

c++ - C++ "was not declared in scope"中的 beep() 函数

转载 作者:可可西里 更新时间:2023-11-01 11:12:03 25 4
gpt4 key购买 nike

我正在尝试在 CDT 中使用 windows.h 的 C++ beep() 函数。但它不会编译并抛出此错误:

'beep' was not declared in this scope
Function 'beep' could not be resolved Here is the code:

/*
* blahblah.cpp
*
* Created on: Jan 28, 2016
*
*/

#include <iostream>
#include <windows.h>
using namespace std;

int main(){
beep(523, 500);

//cin.get();
return 0;
}

我在 64 位 Win7 机器上使用 MinGW
谢谢

最佳答案

The Beep function以大写字母 B 开头。 C++ 是一种区分大小写的语言。

关于c++ - C++ "was not declared in scope"中的 beep() 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35060591/

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