linux show message box from terminal

C++
zenity #For GUI message boxes
dialog #Command-line textonly message box
whiptail #Alternative to dialog, also makes command-line message boxes
Source

Also in C++: