C++ Gui

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hsn
    New Member
    • Sep 2007
    • 237

    C++ Gui

    can i create a GUI in c++
    and if i can can you guys help me to understand and learn it

    thanks
  • sicarie
    Recognized Expert Specialist
    • Nov 2006
    • 4677

    #2
    Originally posted by hsn
    can i create a GUI in c++
    Yes
    Originally posted by hsn
    and if i can can you guys help me to understand and learn it

    thanks
    Sure, but I think after you create it, you'll have a good idea of how it works.

    If you were looking for links, you should probably include your OS - if you are working on Windows, Unix, etc...

    Comment

    • Studlyami
      Recognized Expert Contributor
      • Sep 2007
      • 464

      #3
      For windows you will want to look at MFC or win32 programming. A great link for starting win32 is http://www.functionx.com/win32/index.htm or look through the internet, there are tons of articles on win32 & MFC.

      If its another OS i'm not really sure.

      Comment

      Working...