Goal.
Build and compile three versions of the same application, one implemented in C and the other in C++. Even though it cannot be compiled, also implement this same application in PHP.
Description.
Build and compile a GTK2 application which consists of a main window, a text label displaying a message and a button to close the application. The application should also handle the destruction of the application from the users "close button" of the window manager. These applications should also have a simple way to check for a command line parameter that if valid adds a hook to terminate the program the ... Read More.