Message box in C in Linux -


i want pop message "successful" after execution program in c in linux?

the thing , should run on both kde , gnome.

how can message box here?

for gnome may use zenity. example:

$ your_program && zenity --info --text="successful" 

for kde use kdialog


Comments