Hey guyss | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Hey guyss

Do you know how can I give alert in C++ (like we do it in js)

1st Nov 2022, 8:36 AM
Saswat Sahu 8432
Saswat Sahu 8432 - avatar
1 Resposta
+ 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)
1st Nov 2022, 9:44 AM
KrOW
KrOW - avatar