📜  c++ 消息框错误 - C++ 代码示例

📅  最后修改于: 2022-03-11 14:44:58.545000             🧑  作者: Mango

代码示例1
// A single line of C-code needed
MessageBox(NULL, "An error has occurred!", "Title!", MB_ICONERROR | MB_OK);