Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. C++

C++

Scheduled Pinned Locked Moved C / C++ / MFC
c++question
7 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    Member_14611814
    wrote on last edited by
    #1

    how do you incorporate the GUI in C++?

    L 1 Reply Last reply
    0
    • M Member_14611814

      how do you incorporate the GUI in C++?

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      You can use the standard Win32 controls, or if your are writing MFC code, then there are classes for every situation.

      K M 2 Replies Last reply
      0
      • L Lost User

        You can use the standard Win32 controls, or if your are writing MFC code, then there are classes for every situation.

        K Offline
        K Offline
        k5054
        wrote on last edited by
        #3

        And if you are on Linux, then you probably want to look at gtk or QT. I'm not sure what Mac uses these days. There's dozens of tool-kits available for Linux and Windows, many are cross-platform, too. Use google to find something you like, and suits your needs.

        Keep Calm and Carry On

        L 1 Reply Last reply
        0
        • K k5054

          And if you are on Linux, then you probably want to look at gtk or QT. I'm not sure what Mac uses these days. There's dozens of tool-kits available for Linux and Windows, many are cross-platform, too. Use google to find something you like, and suits your needs.

          Keep Calm and Carry On

          L Offline
          L Offline
          Lost User
          wrote on last edited by
          #4

          I think you meant to post that to the OP.

          1 Reply Last reply
          0
          • L Lost User

            You can use the standard Win32 controls, or if your are writing MFC code, then there are classes for every situation.

            M Offline
            M Offline
            Member_14611814
            wrote on last edited by
            #5

            Apparenlty am using linux distro.

            L M 2 Replies Last reply
            0
            • M Member_14611814

              Apparenlty am using linux distro.

              L Offline
              L Offline
              Lost User
              wrote on last edited by
              #6

              "Apparently"? So are you not sure? Assuming it is linux then I suggest you google for "linux gui" as there are different options available. See also the message from k5054 above.

              1 Reply Last reply
              0
              • M Member_14611814

                Apparenlty am using linux distro.

                M Offline
                M Offline
                markkuk
                wrote on last edited by
                #7

                Use wxWidgets[^] GUI library, then your code will work on Windows, Linux and MacOS.

                1 Reply Last reply
                0
                Reply
                • Reply as topic
                Log in to reply
                • Oldest to Newest
                • Newest to Oldest
                • Most Votes


                • Login

                • Don't have an account? Register

                • Login or register to search.
                • First post
                  Last post
                0
                • Categories
                • Recent
                • Tags
                • Popular
                • World
                • Users
                • Groups