Twelve Years of Service
Posts: 713
Threads: 61
Where to start? 04-03-2014, 03:54 PM
#1
So, I've been wanting to get into programming for a while now. I know a little of HTML, CSS, Javascript and that's about it. I've fooled around with Python at one point. I can't decide on a language to learn - and I mean learn deeply. I've noticed that many languages have similarities. So once you learn one, learning others is much easier. I'm pretty much interested in programming anything that would benefit other people. OR games/apps, which I've heard Java is the best for. I'm really interested in learning one of the C languages, but I'm not sure which one. (Objective-C, C++, C#) If any of you guys could lead me in the right direction, I would very much appreciate it! Thanks!
@.Shebang
•
Twelve Years of Service
Posts: 1,871
Threads: 38
RE: Where to start? 04-03-2014, 04:06 PM
#3
C++ is probably one of the most useful languages for all-round purposes, though I started out with C#, and it's worked out good enough for me.
•
Twelve Years of Service
Posts: 6
Threads: 0
RE: Where to start? 04-03-2014, 04:35 PM
#5
I tried many programming languages before I finally found one that just felt ~right~, So after finding out it was C# I purchased C# in a nutshell. Haha
~Goals: Get into web design, maybe exploit coding~
Message me if you want to add onto my ongoing studying, I'm open to suggestions on stuff to look into.
•
Twelve Years of Service
Posts: 965
Threads: 52
RE: Where to start? 04-03-2014, 04:59 PM
#6
Right now im taking an online computer science course from Harvard that is really cool, its free i found out about it on this site
•
Twelve Years of Service
Posts: 1,223
Threads: 227
RE: Where to start? 04-03-2014, 06:48 PM
#7
I'm partial to C#, but I think you could benefit from any of these. Seeing as you've used JavaScript, you'll find the syntax extremely similar in C#, C++ and Java. I would work with C# due to the versatility (Desktop apps, XNA for games, ASP.NET for webapps) and similarity to JavaScript.
•