visual basic may the easiest
and assembly is the hardest, then c/c++ because you can/have to control everything is those languages.
Java & c# seem very similar to c++ in structures and syntax, but offer a lot less flexibility and so are way easier to master.
2006-11-24 07:03:01
·
answer #1
·
answered by Rah-Mon Heur 4
·
1⤊
0⤋
Learn Python, imo. It's quite forgiving. It will often tell you exactly what's wrong. C won't. C# is ok in that sense, but Python seems easier to learn than C#. Personally, I am not a Java fan, so I can't comment on it, other than to say it seems slightly harder than C# - certainly Microsoft C# Express is a slick way to start learning to develop a program with a graphical user interface.
2016-03-29 07:41:03
·
answer #2
·
answered by ? 4
·
0⤊
0⤋
Weak typing allows a value of one type to be treated as another, for example treating a string as a number.[11] This can occasionally be useful, but it can also cause bugs; such languages are often termed unsafe. C, C++, and most assembly languages are often described as weakly typed.
Strong typing prevents the above. Attempting to mix types raises an error.[11] Strongly-typed languages are often termed type-safe or safe, but they do not make bugs impossible. Ada, Python, and ML are strongly typed.
An alternate definition for "weakly typed" refers to languages, such as Perl, Javascript, and C++ which permit a large number of implicit type conversions; Perl in particular can be characterized as a dynamically typed programming language in which type checking can take place at runtime. See type system. This capability is often useful, but occasionally dangerous; as it would permit operations whose objects can change type on demand.
Strong and static are generally considered orthogonal concepts, but usage in the literature differs. Some use the term strongly typed to mean strongly, statically typed, or, even more confusingly, to mean simply statically typed. Thus C has been called both strongly typed and weakly, statically typed.
2006-11-24 06:07:25
·
answer #3
·
answered by frankfieldsjr 2
·
0⤊
0⤋
C, C++, Java and C# are all about the same dificulty (but millions of people learn them every year) which one you pick depends upon what you want to do - most UK academia want you to do JAVA, if you are doing microsoft stuff then it is C#
2006-11-24 06:07:29
·
answer #4
·
answered by cool_clearwater 6
·
0⤊
0⤋
i dunno you tell me!
2006-11-24 06:05:49
·
answer #5
·
answered by Anonymous
·
0⤊
2⤋