Looking for a good book

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Pat

    #1

    Looking for a good book

    I am in search of a good to great book in C++ for GUI interface
    programming. Can someone recommend one. Console programs are fun but I
    am looking for something that is more user friendly.

    Pat
  • Dave O'Hearn

    #2
    Re: Looking for a good book

    Pat wrote:[color=blue]
    > I am in search of a good to great book in C++ for GUI interface
    > programming. Can someone recommend one. Console programs are
    > fun but I am looking for something that is more user friendly.[/color]

    C++ does not have a standard GUI framework. You need to select a
    framework, or at least a platform, first, before you could choose any
    book that would help. Depending on the framework, C++ may not be the
    best choice to use it.

    --
    Dave O'Hearn

    Comment

    Working...