Best free Graphic User Interface Program?

Discussion in 'Programming' started by dude101, Oct 16, 2014.

  1. #1
    Hello all,

    I am currently learning C++ and am looking into building an application soon. However, I have never worked with any GUI before and would like to start messing around with it to figure out how to integrate it into applications. Any recommendations?

    Thank you.
     
    dude101, Oct 16, 2014 IP
  2. Anveto

    Anveto Well-Known Member

    Messages:
    697
    Likes Received:
    40
    Best Answers:
    19
    Trophy Points:
    195
    #2
    You could use Xcode's interface builder on mac to connect C++ code to the inteface.

    I am pretty sure you could use windows forms as well and connect it to your C++ code in visual studio.

    Here is a tutorial on using C++ with the win32 api http://www.winprog.org/tutorial/

    You could also use OpenGL to make something, here is a library that might be useful https://code.google.com/p/glui2/

    It's been a while since I programmed with C++ and the best thing I made was a simple 2d game. I found most of this by searching google and looking through forum messages. I hope this gets you going and remember, google is always your friend ;)
     
    Anveto, Oct 16, 2014 IP
  3. dude101

    dude101 Active Member

    Messages:
    112
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    53
    #3
    Thank you for the reply, I appreciate it!

    Is it possible to program mobile applications with C++ and if so what GUI do I use for that?

    Also... I have been searching Google, but I like to get opinions from people who are personally dealing with programming and can further explain it to me.
     
    dude101, Oct 16, 2014 IP
  4. Anveto

    Anveto Well-Known Member

    Messages:
    697
    Likes Received:
    40
    Best Answers:
    19
    Trophy Points:
    195
    #4
    Parts of your android app can be built using C++. I feel that Objective-C (IOS) is a bit similar to C++ and with IOS you could do a bunch of stuff with C++.

    There is a free trial which I haven't tried which is said to be a C++ App Builder http://www.embarcadero.com/products/cbuilder/ios-development
     
    Anveto, Oct 16, 2014 IP
  5. Aaditya Giri

    Aaditya Giri Banned

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #5
    It is the C++ programe where we can develop different type of programme such as calculater and other different type of programme. we can do it on the basis of online and offline. parts of our android app can be built using C++.
     
    Aaditya Giri, Nov 1, 2014 IP
  6. Surazx Thapa

    Surazx Thapa Greenhorn

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    21
    #6
    First and foremost, my thanks go to my coauthor, Brad Jones, for his hard work and dedication. I am also greatly indebted to all the people at Sams Publishing, unfortunately too many to mention by name, who thoroughly edited and tested, and we believe this book to be largely, if not completely, error-free.
     
    Surazx Thapa, Nov 1, 2014 IP
  7. member8200

    member8200 Member

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #7
    Hi, you can try learning from books, it may be old style but still effective. :)
    I learned from this book.
    C++ GUI Programming with Qt 4 (2nd Edition)
     
    member8200, Nov 3, 2014 IP