CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Thread: creating a gui

  1. #1
    Join Date
    Jul 2010
    Posts
    22

    creating a gui

    up until now i havnt really done anything with gui's in C++ can someone recommend a good site to get started in gui production in C++?

  2. #2
    Join Date
    Jan 2009
    Posts
    1,689

    Re: creating a gui

    www.wxwigdets.com
    or
    qt.nokia.com

  3. #3
    Join Date
    Jul 2010
    Posts
    22

    Re: creating a gui

    thank you, i have heard this before but never had a chance to try it out.

  4. #4
    Lindley is offline Elite Member Power Poster
    Join Date
    Oct 2007
    Location
    Seattle, WA
    Posts
    10,895

    Re: creating a gui

    An alternative:
    http://www.gtkmm.org/en/

  5. #5
    Join Date
    Mar 2010
    Location
    Melbourne Australia
    Posts
    454

    Re: creating a gui

    The Best and the most rapid way to learn and program in C++ GUI is Nokia QT you can download free from

    http://qt.nokia.com/

    to get you started head over to youtube and see this link
    http://www.youtube.com/watch?v=QLT7oEt6gLE

    or just search QT

    even if you goolge QT video tutorials you shoulkd be able to get some links.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured