Thread: Suggestions in regards to GUI

  1. #1
    Registered User
    Join Date
    Nov 2010
    Posts
    13

    Question Suggestions in regards to GUI

    I've got a program that I've been working on for nearly a year now. It is a console based flash card program, respectively titled Virtual Flash Cards (VFC). I've written the entire program in C++ and everything works (for the most part) to my liking (console-wise). My issue is finding an appropriate GUI language to implement with my program so that the average user can use the program. I'm looking for a language that will work on Windows (but cross-platform would be amazing, yet unnecessary) and a language that won't require the user to download oversized files in order to run my program (i.e. QT). Maybe I could spend some time reading up on Python and Tk and making a module that would link into my program to add the GUI? Any suggestions? I've tried QT but the required libraries are so large I just can't dedicate myself to such a language. Links to languages would be appreciated as well. I'm a intermediate C++ developer but I have no experience with GUI programming.... Thanks in advance!

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    rogster001 suggested FLTK recently. Perhaps you could give it a try and volunteer him as your FLTK mentor too
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Registered User rogster001's Avatar
    Join Date
    Aug 2006
    Location
    Liverpool UK
    Posts
    1,472
    hahaha, yes thats twice today i bin signed up for that haha, but i do thank you laserlight first pointing fltk out to me, in response to an identikit issue as above!
    Thought for the day:
    "Are you sure your sanity chip is fully screwed in sir?" (Kryten)
    FLTK: "The most fun you can have with your clothes on."

    Stroustrup:
    "If I had thought of it and had some marketing sense every computer and just about any gadget would have had a little 'C++ Inside' sticker on it'"

  4. #4
    Registered User
    Join Date
    Nov 2010
    Posts
    13
    I'm looking into FLTK and don't worry rogster001 I won't be bothering you I prefer to figure these things out on my own....

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