D — GUI
Due Monday, September 26, 9:59:59pm Monday, October 3, 9:59:59pm
Purpose to explore the GUI libraries of the chosen programming language; to deliver software as specified; to explore further system configurations
Delivery You must deliver xgui in a directory called D in your repository.
All auxiliary files must be put into a sub-directory called Other.
Task Develop xgui, a program that pops up a window and draws a hexagon into the window. The size of the hexagon (in pixels) is specified as the sole command-line argument.
$ ./xgui 40 |
... some window pops up ... |
$ ./xgui -1 |
usage: ./xgui positive-integer |
$ ./xgui 99 |
... some window pops up ... |
See —