Author |
Message |
Kittenpuncher
Joined: Sat Oct 11, 2008 9:16 pm Posts: 12685 Country:
Gender: Male
Waifu: I'm married
|
I've decided to do something useful with my time. So, what is the best programming language to start off with? I was thinking Java but apparently you'll learn it better if you learn something like C++ first. Is this true? If not, where would be a good place to start?
_________________ Meow /l、 ゙(゚、 。 7 l、゙ ~ヽ じしf_, )ノ
|
Mon Mar 03, 2014 9:05 pm |
|
|
Sazh
Joined: Sat Apr 16, 2011 7:39 pm Posts: 1451 Location: Enjoying Life Country:
Gender: Male
Skype: sazhchocobo
Currently Playing: League of Legends, Killing Floor 2, Overwatch
Waifu: Cleod9
|
There are so many "Help me get started" topics here. Just browse the info in them and I'm sure it'll point you in the right direction. Most of them just boast about the "power" and "speed" of C++ but it's really only the best option if you're a few notches above amateurish level programming. Again, most of the topics will link you to tutorials online but I personally have difficulty following them and most of them have no email to the author for further help. I would recommend any programming language honestly, but instead of the online tutorials, I'd pick up a programming book. They're incredibly handy and since they're published works they are forced to site sources and other links to help you.
Although, I am a below average programmer.. so you don't have to follow my suggestions.
_________________Trying my best to better myself as a programmer! Please visit my programming blog, any and all tips are welcome!: https://conceptsexplained.wordpress.com
|
Mon Mar 03, 2014 9:57 pm |
|
|
Faceless Void
Site Moderator
Joined: Sat Sep 20, 2008 4:36 pm Posts: 2788 Country:
Gender: Male
Currently Playing: sports
|
learn w/e you want, I honestly don't think it matters much in the end
java or C++ would be my choices
_________________ Read this
|
Mon Mar 03, 2014 10:19 pm |
|
|
Tid
Joined: Fri Jan 02, 2009 6:02 pm Posts: 7283 Location: Australia Country:
Gender: Male
MGN Username: Tid
Currently Playing: Deep™ The™ Game™
|
c++ is probably the best because it's the strictest and has the least room for error but also the most control over your program, which forces you to have really good programming practices if you swap to another language. most other languages are based off of it or C, so the stuff you learn for c++ will be transferable as well.
_________________Ask me anything!!! Special thanks to Steven for my beautiful Deep avatar! <3
|
Tue Mar 04, 2014 3:47 am |
|
|
Rapty
Joined: Tue Dec 01, 2009 6:19 pm Posts: 2018 Location: Around someplace
Gender: Male
Currently Playing: with power. Nintendo power.
|
He's asking for the best program to start off with. You're throwing him right into the deep end here.
|
Tue Mar 04, 2014 10:40 am |
|
|
Kittenpuncher
Joined: Sat Oct 11, 2008 9:16 pm Posts: 12685 Country:
Gender: Male
Waifu: I'm married
|
I've actually heard C++ is one of the best for beginners
_________________ Meow /l、 ゙(゚、 。 7 l、゙ ~ヽ じしf_, )ノ
|
Tue Mar 04, 2014 8:42 pm |
|
|
Tid
Joined: Fri Jan 02, 2009 6:02 pm Posts: 7283 Location: Australia Country:
Gender: Male
MGN Username: Tid
Currently Playing: Deep™ The™ Game™
|
it is for the reasons i said it isnt the easiest but it sets you up the best for learning other languages if you ever want to do that
_________________Ask me anything!!! Special thanks to Steven for my beautiful Deep avatar! <3
|
Tue Mar 04, 2014 9:25 pm |
|
|
Xyless
Joined: Sat May 26, 2012 8:11 pm Posts: 436 Location: Chicago, IL
Gender: Male
Skype: jtjolsen
Currently Playing: ...SuperSmashFlash2?
|
Both Java and C++ are great for beginners, but like Tid said, C++ is especially great because you'll make lots of mistakes, but you'll learn quickly from them. Also it doesn't really assist your code at all unlike other languages, so it'll teach you proper coding faster than others.
_________________ex-Lead Sound Designer of Super Smash Flash 2Xyless XylessBrawl(main) Xyless (alt)
|
Wed Oct 29, 2014 3:35 pm |
|
|