4 Replies - 1116 Views - Last Post: 13 February 2012 - 07:13 AM

Topic Sponsor:

#1 janus87  Icon User is offline

  • New D.I.C Head

Reputation: 0
  • View blog
  • Posts: 9
  • Joined: 25-January 12

The best cross-platform GUI lib. C/C++

Posted 28 January 2012 - 11:44 AM

Hi DIC,

What do you think is the best GUI library for C/C++ that's cross-platform (PC/Mac/Linux)?

I promised my self I would learn something new and this is one of the topics of computer science that I want to learn in the future, possibly this year. Any direction pointing would be very helpful.

Thanks!
Is This A Good Question/Topic? 0
  • +

Replies To: The best cross-platform GUI lib. C/C++

#2 jimblumberg  Icon User is online

  • member icon

Reputation: 1885
  • View blog
  • Posts: 5,669
  • Joined: 25-December 09

Re: The best cross-platform GUI lib. C/C++

Posted 28 January 2012 - 06:01 PM

There is no one "best" cross platform frameworks. Each has good and bad points. I suggest you pick one and learn it. Once you learn one, it should be easier to learn any of the other frameworks.

Jim
Was This Post Helpful? 0
  • +
  • -

#3 sparkart  Icon User is online

  • D.I.C Addict
  • member icon

Reputation: 103
  • View blog
  • Posts: 678
  • Joined: 16-February 09

Re: The best cross-platform GUI lib. C/C++

Posted 09 February 2012 - 05:14 PM

I messed around with GTKmm and then QT.

I personally find QT better to use.
Was This Post Helpful? 1
  • +
  • -

#4 William_Wilson  Icon User is offline

  • lost in compilation
  • member icon

Reputation: 181
  • View blog
  • Posts: 4,789
  • Joined: 23-December 05

Re: The best cross-platform GUI lib. C/C++

Posted 09 February 2012 - 05:53 PM

I would definitely suggest QT. The designer is easy to use, very similar to the VS designers, but the GUIs can be hand coded too.
If you get into some complicated interactions, there can be some quirks with QT, but all have workarounds I promise :)

http://qt.nokia.com/products/

Best of all it's free and will integrate into a few different IDEs.
Was This Post Helpful? 0
  • +
  • -

#5 DaneAU  Icon User is offline

  • Great::Southern::Land
  • member icon

Reputation: 245
  • View blog
  • Posts: 1,517
  • Joined: 15-May 08

Re: The best cross-platform GUI lib. C/C++

Posted 13 February 2012 - 07:13 AM

Qt for sure, with the LGPL it also makes it quite attractive when targetting multiple platforms.Very cool framework with more than just graphical libraries, you have access to various other extras inclusive of libraries to handle XML and Networking. It is by far one of the best things since sliced bread.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1