0
Hey guyss
Do you know how can I give alert in C++ (like we do it in js)
1 Respuesta
+ 1
Showing an alert dialog is a GUI affair and is not implemented in standard because is too related to the OS.
On windows, at example, you can use the MessageBox function (using the Windows sdk)