GUI Books

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • compman9902
    New Member
    • Mar 2007
    • 105

    GUI Books

    First of all, thankyou for viewing this post.
    I was just wondering, what is the best book for a nooby programmer on G.U.I. in C++?
    I'd just like a list of suggestions.
    Also, (just F.Y.I.) I do not have any experience with classes or pointers. Just keep that in mind. Thank you.
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    GUI a la Unix or GUI a la Windows?

    Comment

    • compman9902
      New Member
      • Mar 2007
      • 105

      #3
      Originally posted by weaknessforcats
      GUI a la Unix or GUI a la Windows?
      G.U.I. al la Windows, monami.

      Comment

      • weaknessforcats
        Recognized Expert Expert
        • Mar 2007
        • 9214

        #4
        You will need to learn classes. You will need to learn pointers.

        They these:
        Programming Windows Charles Petzold (hard-code Windows programming)

        C# Primer Plus Klaus Michelsen

        Then learn the .NET Framework.

        Comment

        • compman9902
          New Member
          • Mar 2007
          • 105

          #5
          Originally posted by weaknessforcats
          You will need to learn classes. You will need to learn pointers.

          They these:
          Programming Windows Charles Petzold (hard-code Windows programming)

          C# Primer Plus Klaus Michelsen

          Then learn the .NET Framework.
          What is the .net framework?

          Comment

          • weaknessforcats
            Recognized Expert Expert
            • Mar 2007
            • 9214

            #6
            That is the GUI used for web-based Windows applications that are coded in C#
            or in some other language supported by .NET, like VB.BET or C++.NET.

            Comment

            • zensunni
              New Member
              • May 2007
              • 101

              #7
              You can use .NET API for C++? Wow, that's good to know. Is the setup any different?

              Comment

              • weaknessforcats
                Recognized Expert Expert
                • Mar 2007
                • 9214

                #8
                Originally posted by zensunni
                You can use .NET API for C++? Wow, that's good to know. Is the setup any different?
                It's called Visual C++.NET. Also known as Managed C++. And yes, the setup is different. You create your project as a CLR console or CLR empty project, or etc...

                Then you have to use the Microsoft specific extensions to C++.

                Comment

                • compman9902
                  New Member
                  • Mar 2007
                  • 105

                  #9
                  Back to the original topic, all I need to know is what a good book to buy for the specifications that I am looking for. Just something to teach me how to set up a window and manipulate the various functions of the GUI protocalls.

                  Comment

                  Working...