Visual Basic would be the easiest
Java is probably the hardest
Printable View
Visual Basic would be the easiest
Java is probably the hardest
VB is the easiest
Defiantly VB, plus there are millions of tut's out there for it... you would be silly to not understand it!
go outdated... go pascal.
Python is a shell programming language, you learn it in University.
If you want to do gaming:
I'd reccomend in this order.
Java
C++
C#
C
Programming:
Visual Basic
Java
C++
etc.
Thanks everyone, but one thing.
This thread was made AGES ago, I don't know why people keep bumping it. ;)
Why would you say that? javas pretty simple when you get down to it?
Its easy as pie :pCode:
public class Pie
{
private String filling;
private int tempriture;
public Pie(String fill)
{
filling = fill;
}
public void heat(int temp)
{
tempriture = tempriture + temp;
}
public void cool(int temp)
{
tempriture = tempriture - temp;
}
public int getTemp()
{
return tempriture;
}
public boolean isCooked()
{
return (tempriture > 25);
}
}
Becuse its an interesting thread on a good topic which will remain relvent to any newcomers to programming. Becuse of this theres no reason to stop the discussion about which languages are easyer to learn etc o.0Quote:
Originally Posted by Biogeneric
My brother started off with Java.
But if you want to know C++ C# C
Go at Java & VB.
I think Pascal is a really easy programming language to learn. Its really easy to pick up and its a high level programming language. I have been learning it for almost a year and a half in my programming course so i would say to go for Pascal :)
Edited by H0BJ0B (Forum Moderator): Please do not bump old threads. If you are interested in the subject, start a new topic.