BENEFITS OF WXWINDOWS (Contd.)


* POWERFUL EVENT SYSTEM: It allows events to be associated with member functions.

BEGIN_EVENT_TABLE(MyFrame, wxFrame)
EVT_MENU(ID_Quit, MyFrame::OnQuit)
EVT_MENU(ID_About, MyFrame::OnAbout)
END_EVENT_TABLE()

* DEBUGGING FACILITIES: wxWindows has a memory-checking facility that can detect memory leaks, reporting them at the end of the program run in debug mode.

* DATABASE FUNCTIONALITY: wxWindows has two separate sets of ODBC classes, depending on how complex your needs are. Both work on Windows and Unix