Hey guyss | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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 Réponse
+ 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