C++ Poll

Discussion in 'Programming' started by Jerad, Sep 30, 2006.

?

is C++ a hardest language to design GUI based application?

Poll closed Mar 29, 2007.
  1. Yes

    4 vote(s)
    40.0%
  2. No

    6 vote(s)
    60.0%
  3. No Idea

    0 vote(s)
    0.0%
  1. #1
    is C++ a hardest language to design GUI based application?
     
    Jerad, Sep 30, 2006 IP
  2. AlexS

    AlexS Peon

    Messages:
    4
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you take the trouble of building a wrapper library for the GUI API you will be using, it can actually be a breeze, so I voted no.
     
    AlexS, Sep 30, 2006 IP
  3. hotspire

    hotspire Active Member

    Messages:
    14
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    86
    #3
    I don't think so .
    You can design GUI based application easily with Borland C++
     
    hotspire, Sep 30, 2006 IP
  4. clancey

    clancey Peon

    Messages:
    1,099
    Likes Received:
    63
    Best Answers:
    0
    Trophy Points:
    0
    #4
    There is a nearly endless list of languages which are more difficult for such a purpose than C++.

    The lack of objects makes it much harder to accomplish in C. Then of course there is Assembler . . . . it would be evil to demand someone code a GUI in Assembler.
     
    clancey, Sep 30, 2006 IP
  5. intoex

    intoex Peon

    Messages:
    414
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #5
    No, not the hardest
    it's much harder to design using assembler :)
     
    intoex, Oct 1, 2006 IP
  6. mypalsonline

    mypalsonline Peon

    Messages:
    66
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I don't think so ... Use Turbo C++
     
    mypalsonline, Oct 1, 2006 IP
  7. DrMalloc

    DrMalloc Peon

    Messages:
    130
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #7
    try building a GUI app in ASM.


    you'll know which is harder.
     
    DrMalloc, Oct 1, 2006 IP
  8. hotpop

    hotpop Peon

    Messages:
    2,059
    Likes Received:
    96
    Best Answers:
    0
    Trophy Points:
    0
    #8
    It's very easy to develop GUI program based on c++.
    Just try BC.
     
    hotpop, Oct 2, 2006 IP
  9. intoex

    intoex Peon

    Messages:
    414
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #9
    BC is not native C++, it's vcl based
    but design using native winapi much harder
    Why have you created this thread? Want to start developing of something?
     
    intoex, Oct 2, 2006 IP
  10. 2mob.net

    2mob.net Peon

    Messages:
    61
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    What GUI libraries, platform you have in mind?

    Language syntax does not matter, what matters is the GUI API interfaces
    that are available for that language.

    OO languages are easier to map/encapsulate GUI elements.
     
    2mob.net, Oct 2, 2006 IP
  11. dshah

    dshah Well-Known Member

    Messages:
    1,840
    Likes Received:
    69
    Best Answers:
    0
    Trophy Points:
    115
    #11
    I work with Java Swing :), so I vote yes
     
    dshah, Oct 2, 2006 IP