Thread: GUI

  1. #1
    Registered User
    Join Date
    Nov 2009
    Posts
    151

    GUI

    I was wondering if anyone knew of a simple to follow gui tutorial.

    Thank you in advance.

  2. #2
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    What platform? Linux? Windows? Mac?

  3. #3
    Registered User
    Join Date
    Nov 2009
    Posts
    151
    Windows

  4. #4
    Grey Wizard C_Sparky's Avatar
    Join Date
    Sep 2009
    Posts
    50
    The more difficult one: theForger's Win32 API Tutorial

    The easier one to start with: wxWidgets

  5. #5
    Registered User UltraKing227's Avatar
    Join Date
    Jan 2010
    Location
    USA, New york
    Posts
    123
    theForgers' Tut is not that hard. it is the tutorial which taught me Windows programming in
    a week! althrough, i finished it by remembering a line or two more than before then redoing
    all the code.

  6. #6
    Registered User
    Join Date
    Feb 2010
    Location
    holland
    Posts
    6

  7. #7
    Registered User
    Join Date
    Feb 2010
    Posts
    38
    I'd recommend wxWidgets

  8. #8
    Deprecated Dae's Avatar
    Join Date
    Oct 2004
    Location
    Canada
    Posts
    1,034
    Grab Qt Creator and you'll have a GUI vastly superior to the ancient theForgers, before the day ends.
    Warning: Have doubt in anything I post.

    GCC 4.5, Boost 1.40, Code::Blocks 8.02, Ubuntu 9.10 010001000110000101100101

  9. #9
    Registered User
    Join Date
    Nov 2009
    Posts
    151
    I tried wxWidgets and i got an error that i couldn't fix, so i looked up QT and I'm using that now. Thanks everyone who replied.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. New to c++ some specific questions, gui, db, xml
    By bpr in forum C++ Programming
    Replies: 4
    Last Post: 01-12-2010, 12:48 PM
  2. any shareware GUI to use for Windows ?
    By Amy N. in forum C Programming
    Replies: 6
    Last Post: 07-22-2009, 01:31 PM
  3. .NET And GUI Programming :: C++
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 01-27-2002, 04:22 PM
  4. GUI Programming :: C++ Exclusive
    By kuphryn in forum C++ Programming
    Replies: 5
    Last Post: 01-25-2002, 03:22 PM
  5. C++: Reference Book, GUI, Networking & Beyond
    By kuphryn in forum C++ Programming
    Replies: 4
    Last Post: 11-10-2001, 08:03 PM