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

11 answers

I recommend starting off with a strongly typed language like C or Java. A strongly typed language simply means that all variable must have a certain type (integer, string, etc.) and they can't be used for one another.

If you start with a language that has a stricter set of rules to start, not only will you be forced to write better code from the start, but you will be able to migrate to other languages more easily.

2006-07-14 05:17:09 · answer #1 · answered by John J 6 · 1 0

Visual Basic is definitely the easiest programming language to learn. For a starter, that is. However, for serious programming C or C++ is definitely required. Visual C++ is a great help here since it offers you the opportunity for console, Win32 and MFC.

Java is great but if you have picked up Procedure Oriented Programming then Java does become a mite difficult. Java being Object Oriented Programming. The same as MFC in VC++.

2006-07-14 12:28:03 · answer #2 · answered by aytu_y 2 · 0 0

An easy programming langueage is python it is an interpreted language and you can learn it in about a week and build stuff pretty fast. There are lots of libs for it and much documentation online you can get it from python.org the only problem is that if you have a really big project it might run slower then compiled languages like C becasue it is interpreted. Python is much easier to learn then Java or C and much better designed then basic beacuse basic can teach you bad habits.

2006-07-14 15:51:40 · answer #3 · answered by Gamerx 2 · 0 0

Visual Basic and C are comparetively easy to start with but without any software development knowledge, it will be difficult. SQL is like english writing but it is not really a language but a query language.

2006-07-14 15:26:20 · answer #4 · answered by MS - Believe in Ek Oankaar 6 · 0 0

Visual Basic is the eastiest language to learn
Dim VisualBasic as Boolean
If visualbasic = true then
Msgbox "Visual Basic Is Easy"
elseif visualbasic = false then
msgbox "visual basic is hard"
end if

very easy

2006-07-14 12:14:09 · answer #5 · answered by Ruben P 1 · 1 0

RPG - it's used in AS-400 midframes. Very easy to learn, and will give you a solid foundation for later programming ventures.

2006-07-14 12:11:14 · answer #6 · answered by Stuart 7 · 0 0

theres no easiest or easier language, just depends on the teacher . . . if you arent going to use a teacher id try a C class first

2006-07-14 12:22:55 · answer #7 · answered by bow4bass 4 · 0 0

Visual Basic...but that isn't what you should learn if you are serious.

Try Java. It is well documented and has a straightforward organization to it.

Personally I like c++.

2006-07-14 12:20:10 · answer #8 · answered by Anonymous · 0 0

ALICE

Take control of a 3D world! Soon you will be able to skin with graphics from the SIM's.

For ages 5-95!

Did I mention, it is free.

2006-07-14 14:01:08 · answer #9 · answered by fwiiw 4 · 0 0

JavaScript is pretty darn easy.

2006-07-14 12:51:17 · answer #10 · answered by Anonymous · 0 0

fedest.com, questions and answers