Age old question for a n00b... what language

n/a sorry [hammerhead]
12 years ago

0

What programming language is the best. Stupid question I know, but this is a beginners site and I know that many other n00bs like myself will be wondering. Thing is, I know that the language you use depends on what you want to do.

I know that the great grand daddy of all languages, C is probably the answer. Or is there an answer? Is my question to stupid

15replies
13voices
229views
Voorm
12 years ago

0

Best is to learn all languages.
Because every of them can be helpfull somewhere.
C language,i belive,is best place where to start,because is simplyer and later easyer to learn other languages.

Btw,there no stupid questions,just stupid answers. : )

daMage
12 years ago

0

C or C++ is good if you want to dive deep fast. Both can be confusing with pointers in the beginning, and in my opinion other languages can be simpler… For example python. It is of course more about your preference than anything else…

looooool [coolet]
12 years ago

0

depends what you need…
For me is c++ but i when i begin i was start with python cuz is easier :)

PlayDay
12 years ago

0

Is C++ harder to learn than java? Also is javascript the browser version of java or java and javascript are the same thing?

Peter [verath]
12 years ago

0

Is C++ harder to learn than java?[/quote]
As daMage said earlier, C++ got some low-level stuff that you have to take care of. However, since they are both such big languages, you should be able to solve just about anything by searching Google.

Also is javascript the browser version of java or java and javascript are the same thing?
Despite its name, JavaScript and Java has close to nothing to do with each other.
[quote=Wikipedia]JavaScript copies many names and naming conventions from Java, but the two languages are otherwise unrelated and have very different semantics

PlayDay
12 years ago

0

Hmm…I learned a bit of Java before and I completed 4 of 5 Javascript levels. So I think maybe learning Java would help understanding Javascript. Also I think I’ll have a go at C++.

Jessy [Jessmaniak]
12 years ago

0

At the begin, javascript tried to look like java, but failed. In java, you have types, which aren’t that important into JS. By example : declaring a variable:
In JS………….var myVar;
In Java……… varname;

The javascript could have some points common, but in the same way that C looks like Perl !

blackadder
12 years ago

0

C++ and Java are kinda the same level.

If you learn either Java or C++ (And I mean really learn it) you basicly know 90% of both languages (fx if you are a bau5 at C++, You are 90% good at Java)

Stolen from Sams teach yourself C++ in 21 days

dalou
12 years ago

0

A good place to start would be Codecademy.

dalou
12 years ago

0

Also, truly learning programming will take years. All of those “learn to program in 10 days” methods can help show you the basics, but really mastering the code and understanding how to write complex applications takes years.

PlayDay
12 years ago | edited 12 years ago

0

Well I didn’t learn Java all that much I guess I should finish up with that.

DamnItJimmy
12 years ago

0

i found when i took my C++ class in school last year at first it was really complicated but by the end of the year i was one of the top 3 of my class of 15 freshman sophomore’s junior’s and senior’s . I tried to start programming at home but in class we were using i think a 1996 version of… i honestly can’t remember and i was trying to use a 2010 visual basic and i found out there were many differences in the two compilers. my question here is what would be a good book to get ,or website to use, to start learning how to code/compile correctly on VB today

Anonymous [happyguy4]
12 years ago

0

yeah!!!!

Keeper
12 years ago

0

Depends what kind of developer you would like to be. If you are going to code desktop applications then C,C# or C++ are necessary. But as a web developer better learn PHP and all things around it (OOP, frameworks etc).

netherman
12 years ago

0

Codecademy is flippen amazin! im learning javascript like a mofo.

Thx SOOO much for that link, next i think ill learn ruby :D

You must be logged in to reply to this discussion. Login
1 of 16

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss