Thread: Beginner coder
View Single Post
Old 11-2-2014, 01:13 AM   #6
Doug31
Falcon Paaaauuuunch!!!!!!
FFR Simfile AuthorFFR Veteran
 
Doug31's Avatar
 
Join Date: Jun 2004
Location: Washington
Age: 36
Posts: 6,811
Send a message via AIM to Doug31
Default Re: Beginner coder

I'd recommend C sharp. It's like Java but better in most ways. And if you want to make simple GUIs, you can use something like Microsoft Visual Studio which lets you just drag and drop common controls from a toolbox onto a form directly, and then generate all the code to make it look like that for you. So you can just write the code under the scenes that does what you want it to without having to do all the annoyingly hard GUI coding.

Java can do a similar thing if you download the Netbeans IDE. It lets you make a swing GUI pretty easily but the drawback here is that almost every company is going to try to tell you how bad swing is and they're not going to use it, but it's still a good place to start if you don't care about that stuff. And you can get Netbeans for free and start making these things, unlike any good way I know of doing an equivalent for C sharp.
__________________
Doug31 is offline   Reply With Quote