+ 1
How can I display a messagebox in a c++ snippet running here in solo learn?
I wrote a little program in c++ and would like to display the result in a bit more fancy way than just printing it to the consol.
2 odpowiedzi
+ 4
you can't
+ 8
try like that
##################
# message box title #
##################
# #
# message here #
# #
##################
emulate a window