For C++ programmers using windows like in VC++ we have MFC which provides with number of classes to support various programming needs . Similarily for a C++ programmer working on Unix or Linux do we have any additional set of classes ?
As there is MFC for C++ programmers . Do we have any set of classes while working with C++ on UNIX or Linux ?
For linux you can use fltk, gtk or qt. these are open source and can be downloaded for free from the net.
Reply:QT is a good library; it's available for windows as well. But the concept of QT is a bit different from MFC. If you're used to MFC, you might want to have a look at wxWidgets. Its design is similar to MFC.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment