Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Languages

Options
  • 02-06-2008 4:29pm
    #1
    Closed Accounts Posts: 63 ✭✭


    What languages would be used to create programs with GUIs


Comments

  • Registered Users Posts: 2,931 ✭✭✭Ginger


    Lots.. Windows Forms (VB.NET,C#,Managed C++), Java, C,C++, the list goes on


  • Closed Accounts Posts: 63 ✭✭Stamen


    Really??? I thought it was a select few. Ok then, might start with C++ as that seems to a standard language. Thanks


  • Registered Users Posts: 9,579 ✭✭✭Webmonkey


    Have you used C++ before - there is quite a bit to doing GUI than just drawing stuff. Even C can do GUI stuff - check out GTK, makes life a little easier.


  • Registered Users Posts: 2,931 ✭✭✭Ginger


    Or try Windows Forms using the .NET framework with either C# or VB.NET if you are on Windows.

    Visual Studio 2008 Express edition is free as well which helps and there are plenty of tutorials on the web...


  • Registered Users Posts: 5,238 ✭✭✭humbert


    Would recommend C#, has the C syntax which is good to learn and the .Net framework makes doing a lot of complex tasks(like GUIs) a doddle. Oh, and visual studio is very powerful, though I haven't used the express edition.


  • Advertisement
Advertisement