Page 1 of 1

What is a good begging programming language to learn?

Posted: February 4th, 2005, 2:18 am
by ThManDan22
I know HTML already, so I want to learn a new language like Visual Basic, C, etc. What one is the best to start off in? and is there any thing that might make it a little easier for me?

Posted: February 4th, 2005, 3:04 am
by Smartweb
VB .NET For a while Microsoft was offering it for free from their website back in June, but they dont' have that offer anymore. The cheapest you can get it for now is $110 I think. It's easy enough and it won't be obsolete for long enough. If you don't want to put up the bucks, you can always try the VB Express 2005 Beta from Microsoft's site. For your purposes it should be just fine.

Posted: February 4th, 2005, 3:24 am
by ThManDan22
thank you. that is what i was thinking about. i have a book on .net already so i will read some of that and learn it. I think software pricing is a little extreme.

Posted: February 4th, 2005, 3:29 am
by ThManDan22
and its downloaded, hopefully it wont screw up mi computadora

Posted: March 21st, 2005, 8:33 pm
by alarmnetace
If this is your first foray into programming itself, you might want to try PASCAL for educations's sake. But yeah, VB.Net is pretty useful out of the box and you can train a monkey to program in it, so anything you learn about programming itself should be easily applied in VB.NET. Make sure to look up some good websites on the .net framework itself, as that's the point of learning VB.NET.

Posted: March 21st, 2005, 8:34 pm
by Smartweb
Right, you learn VB.NET to facilitate the learning of more advanced languages like C#.NET later. VB.NET lets you become familiar with CLR and other .NET stuff.

Posted: March 22nd, 2005, 4:30 am
by ThManDan22
I actually kinda changed my mind. I was talking to this guy and his logic seemed very good. I am going to learn C, at least as much as I can and them move on to somthing like Java, not real set in my mind yet. Any suggestions?

Posted: March 23rd, 2005, 12:02 am
by Smartweb
ThManDan22 wrote:I actually kinda changed my mind. I was talking to this guy and his logic seemed very good. I am going to learn C, at least as much as I can and them move on to somthing like Java, not real set in my mind yet. Any suggestions?
C is pretty outdated anymore. If you really want to start out with a challenge try C++.

Posted: March 23rd, 2005, 5:37 am
by ThManDan22
Smartweb wrote:
ThManDan22 wrote:I actually kinda changed my mind. I was talking to this guy and his logic seemed very good. I am going to learn C, at least as much as I can and them move on to somthing like Java, not real set in my mind yet. Any suggestions?
C is pretty outdated anymore. If you really want to start out with a challenge try C++.
what is the main diffrence? How much harder fo you think it would be to learn?

Posted: March 23rd, 2005, 10:04 pm
by Smartweb
C++ has object oriented features, and since all popular languages these days use them, learning to program with those will reduce the learning curve later on. In other words, it's helpful to learn them. It's not hard, though. :)

Posted: March 25th, 2005, 7:44 pm
by pathachio
is it not easier to learn C before C++?

Posted: March 25th, 2005, 7:46 pm
by Smartweb
C might be easier, but it's a waste of time imo.

Posted: March 26th, 2005, 8:45 pm
by Tebow2000
Start off with c

Posted: July 22nd, 2005, 6:36 am
by CrashCore
I was thinking about learning C for a while now, but I don't know if I'm ready yet. I know batch (not really a language...) really well, HTML/JS well, and some BASIC variants. Could I learn C/C++? P.S. I'm 14 if that changes anything.