How to make a pop-up message in c++ ?? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

How to make a pop-up message in c++ ??

28th Feb 2017, 2:12 PM
kdee
kdee - avatar
1 Antwort
+ 3
Search "GUI" for c++ AFIK there aren't natve methods to display a popup box in c++. An alternative could be java and its swing components.
28th Feb 2017, 6:37 PM
seamiki
seamiki - avatar