Quote (flamewing33 @ Jun 10 2012 12:19am)
thanks, I talked to a few of my friends who know a little about programming, and one suggested java, one suggested C#. Are either of them very difficult to learn or is there any major drawback with either? And what kinds of stuff could I do with them?
java and c# share similar syntax. C# uses the same libraries as VB.NET since it's built on the same framework, and C# is more advanced than java. If you're restricting yourself to these three, go with VB.NET first since you're comfortable with the syntax, then you can go to C# because you're comfortable with the libraries, then you can go to java because you're comfortable with the syntax. But take it one step at a time.
as for what kinds of stuff you can do with em, use your imagination. since you're new, i'll stick with broad examples. you can create your own separate program full with buttons, menu bars, labels, text boxes, etc that most programs you see have. you can do "advanced math stuff like logs", but they're probably not the best suited for actual advanced math stuff. you can also make web sites using frameworks, android app if you're in java, XNA gives you game programming for VB.NET/C#, and whatnot.
This post was edited by carteblanche on Jun 9 2012 10:26pm