Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Joshua Chapman
Joshua Chapman
839 Points

I want to create a windows desktop program. Where do I start?

I've scratched the surface of most programming languages, and know that it's not difficult to create a "Hello World" program in any of them. However, I now wish to try creating a "Hello World" desktop program for windows.

I have no idea where to start with this. Can anyone point me in the right direction? I've found a sort of tutorial for this on the Microsoft website, but it is specific to C++. If I wanted to use Java instead, is this possible? If so, how?

1 Answer

It depends on which operating system you are making the application for. If you are making it for Mac OS you need to use Swift or Objective-C. If you are making Windows applications, you can use Java or C#. But now there are new tools like Electron that allows you to use HTML, CSS, and JavaScript (all languages to make a website), to make a desktop application on any operating system.

Wow I completely missed the title that you wanted Windows...

Joshua Chapman
Joshua Chapman
839 Points

Aha, no worries buddy. Thanks for the response.