ParadigmShifter
Random Nonsense Generator
Having any GUI coding under your belt helps you understand event driven programming, rather than the console style model where you wait for user input.
In event driven programming you just have a load of events you register for and the OS calls you, rather than you waiting for the user to do something.
In event driven programming you just have a load of events you register for and the OS calls you, rather than you waiting for the user to do something.