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

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -