Thread: gui interface c++ build question.

  1. #1
    Registered User kingnoger's Avatar
    Join Date
    Sep 2016
    Location
    mesquite tx
    Posts
    10

    Question gui interface c++ build question.

    i am a beginner programmer i need some help on gui can someone link me or give me some example code for making a simple gui interface that can load doom iwad files and load them up in a window based application. And be build and compiled in c++ through visual studio 2010 edition it needs to be full source for open source use.

  2. #2
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    You can look at Qt. It's probably the best open-source GUI toolkit out there for C++. If you don't like that, you can try wxWidgets or FLTK.
    What can this strange device be?
    When I touch it, it gives forth a sound
    It's got wires that vibrate and give music
    What can this thing be that I found?

  3. #3
    Registered User kingnoger's Avatar
    Join Date
    Sep 2016
    Location
    mesquite tx
    Posts
    10

    Question hey where's the gui interactive interface for wxwidgets 3.0.2

    Quote Originally Posted by Elkvis View Post
    You can look at Qt. It's probably the best open-source GUI toolkit out there for C++. If you don't like that, you can try wxWidgets or FLTK.

    hey where's the gui interactive interface for wxwidgets 3.0.2 i looked in the folder but i don't see it can you help me find it if there's one thanks. again sorry for my english.

  4. #4
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    Quote Originally Posted by kingnoger View Post
    hey where's the gui interactive interface for wxwidgets 3.0.2 i looked in the folder but i don't see it can you help me find it if there's one thanks. again sorry for my english.
    It's not really clear what you're asking for. Can you be more specific?
    What can this strange device be?
    When I touch it, it gives forth a sound
    It's got wires that vibrate and give music
    What can this thing be that I found?

  5. #5
    Guest
    Guest
    hey where's the gui interactive interface (...)
    If you mean a visual editor where you can arrange GUI elements, then you'll need to look for one separately (I'm pretty sure a few exist). wxWidgets itself doesn't come with one. For Qt, you can use QtCreator to design interfaces.

  6. #6
    Registered User
    Join Date
    Oct 2006
    Posts
    3,445
    There are several designer tools listed on the wxWiki page.
    What can this strange device be?
    When I touch it, it gives forth a sound
    It's got wires that vibrate and give music
    What can this thing be that I found?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Question about iterators and their interface...
    By MutantJohn in forum C++ Programming
    Replies: 16
    Last Post: 04-17-2016, 11:04 AM
  2. Stream Factory Interface (Question of Preference)
    By phantomotap in forum C++ Programming
    Replies: 7
    Last Post: 05-02-2008, 03:43 PM
  3. Trying to build a good math interface
    By Twice in forum C++ Programming
    Replies: 7
    Last Post: 08-04-2006, 04:56 PM
  4. binary heap (build question)
    By axon in forum C++ Programming
    Replies: 1
    Last Post: 03-01-2004, 10:49 PM
  5. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM

Tags for this Thread