Windows API function MessageBox 0 Ok 1 Cancel code example
Example: c++ message box error
// A single line of C-code needed
MessageBox(NULL, "An error has occurred!", "Title!", MB_ICONERROR | MB_OK);
// A single line of C-code needed
MessageBox(NULL, "An error has occurred!", "Title!", MB_ICONERROR | MB_OK);