English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm a beginner in programming (for now i can only work with variables in c++, i haven't yet learned how to use classes) and i really want to know what is the programming language that makes all easier and simple to understand?

2007-01-20 09:21:33 · 11 answers · asked by stresa0n0tu 1 in Computers & Internet Programming & Design

11 answers

'What programming language is best for beginners?"
High level, mainstream languages work best. I rank Python and Ruby at the top for this reason. They are general purpose and very high level languages. They are mainstream enough that you'll find good books and tutorials.

I rank C# next, and perhaps the other .NET languages and Java. They are very mainstream, and reasonably high level although nothing like Python or Ruby.

C++ is a hard language. Although the language is compact, it's quite complex, and using it properly means good understanding of the machine, hardware, etc.. It's a worthwhile language to learn, but I wouldn't recommend it for a beginner.

Note I'm saying the above as a C++ programmer.

2007-01-20 10:31:39 · answer #1 · answered by csanon 6 · 0 0

Java was left closed source for too long and became stagnated, now it is only used in a few applications, and it is definitely not easy to use. C++ is from 83' and does not have garbage collection. This means that a single missing line could easily crash your computer without you finding out why. Visual basic is widely considered not to even be a real programming language, besides that, the methods of GUI creation by .NET are abstract and any windows you make will not behave logically. Python is a good programming language especially for starters, it has everything you need, garbage collection, dynamic typing, OOP. Its only downside is that it can't be compiled: You have to have python installed first for the program to run. C# is a coming along but without dynamic typing also not good for newbies.

2016-05-24 01:52:40 · answer #2 · answered by Anonymous · 0 0

Java/C#. They are commonly used, quite easy to learn and its easy to get compilers/editors. There are also heaps of tutorials around. However, if you are going to be doing C++ at school or something, stick with it. I wouldn't suggest learning VB to begin with as its good to get into the O-O mindset... that's right, VB.NET PRETENDS to be O-O. Learning something like Java/C# may have a slightly steeper curve than VB but it will pay off in the long run.

2007-01-20 10:47:38 · answer #3 · answered by Z Z 1 · 0 0

There is no such thing as a "best" anything. If you're learning C++, stick to it - there's no point jumping from language to language - you'll learn very little that way. The only way to get better is too keep trying. Programming never came easily to anyone - if you want something easy, take up farting or scratching your butt or something.

2007-01-20 09:36:07 · answer #4 · answered by Anonymous · 0 1

c++ is a hard language to understand i think. javascript is probably the easiest. c++ is the best one to use usually because it gives use the most options in what you want to do. java and c++ do NOT use the san sort of commands. to write java you don't need to have any special program. you can type it up in word pad and open it internet explorer. if you can get a free version of dream weaver it helps a lot. Learning java probably wont help you understand c++ any easier though. just have to stick with c++ and hope it will start to make more sence

2007-01-20 09:28:11 · answer #5 · answered by josiah k 3 · 0 2

Well, at the university, we started with BASIC, then moved to C/C++, then pure C++, then Java(it was damn easy w.r.t C++), then pure ASM.

So, i suggest to start with BASIC, it should take about 2 months to learn, after that you can move to C/C++.

Thanks.

2007-01-20 11:00:43 · answer #6 · answered by Fox 3 · 0 0

Check out BASIC - the BEGINNER'S All-purpose Symbolic Instructions Code....Visual BASIC.NET is the latest version.

2007-01-20 09:26:23 · answer #7 · answered by Richard H 7 · 0 2

Visual BASIC is the easest to learn.

2007-01-20 16:09:46 · answer #8 · answered by Anonymous · 0 0

VB 6

2007-01-20 09:23:59 · answer #9 · answered by Mictlan_KISS 6 · 1 2

Visual Basic. (version 6 if you can still get it)

2007-01-20 09:25:47 · answer #10 · answered by Yep! 4 · 1 2

fedest.com, questions and answers