What is a good begging programming language to learn?

Code help, language discussions, and software development advice.
Post Reply
ThManDan22
Registered User
Posts: 60
Joined: December 28th, 2004, 4:31 am
Location: USA
Contact:

What is a good begging programming language to learn?

Post 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?
COM-PUT-OR: MSI K8T NEO FISR-2 AMD Athlon 64bit 3000+ 2.0GHZ 1GB RAM ATI RADEON 9600XT SONY 16x DVD+/RW 120GB HD WINDOWS XP SP2 <a href="http://ee.1asphost.com/thmandan222/index.html"> Dan's Website --> Click Here <-- </a>
Smartweb
Registered User
Posts: 622
Joined: January 15th, 2004, 2:11 am
Contact:

Post 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.
ThManDan22
Registered User
Posts: 60
Joined: December 28th, 2004, 4:31 am
Location: USA
Contact:

Post 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.
COM-PUT-OR: MSI K8T NEO FISR-2 AMD Athlon 64bit 3000+ 2.0GHZ 1GB RAM ATI RADEON 9600XT SONY 16x DVD+/RW 120GB HD WINDOWS XP SP2 <a href="http://ee.1asphost.com/thmandan222/index.html"> Dan's Website --> Click Here <-- </a>
ThManDan22
Registered User
Posts: 60
Joined: December 28th, 2004, 4:31 am
Location: USA
Contact:

Post by ThManDan22 »

and its downloaded, hopefully it wont screw up mi computadora
COM-PUT-OR: MSI K8T NEO FISR-2 AMD Athlon 64bit 3000+ 2.0GHZ 1GB RAM ATI RADEON 9600XT SONY 16x DVD+/RW 120GB HD WINDOWS XP SP2 <a href="http://ee.1asphost.com/thmandan222/index.html"> Dan's Website --> Click Here <-- </a>
alarmnetace
Registered User
Posts: 1
Joined: February 1st, 2005, 5:05 am
Location: Brooklyn, NY, USA

Post 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.
Smartweb
Registered User
Posts: 622
Joined: January 15th, 2004, 2:11 am
Contact:

Post 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.
ThManDan22
Registered User
Posts: 60
Joined: December 28th, 2004, 4:31 am
Location: USA
Contact:

Post 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?
COM-PUT-OR: MSI K8T NEO FISR-2 AMD Athlon 64bit 3000+ 2.0GHZ 1GB RAM ATI RADEON 9600XT SONY 16x DVD+/RW 120GB HD WINDOWS XP SP2 <a href="http://ee.1asphost.com/thmandan222/index.html"> Dan's Website --> Click Here <-- </a>
Smartweb
Registered User
Posts: 622
Joined: January 15th, 2004, 2:11 am
Contact:

Post 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++.
ThManDan22
Registered User
Posts: 60
Joined: December 28th, 2004, 4:31 am
Location: USA
Contact:

Post 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?
COM-PUT-OR: MSI K8T NEO FISR-2 AMD Athlon 64bit 3000+ 2.0GHZ 1GB RAM ATI RADEON 9600XT SONY 16x DVD+/RW 120GB HD WINDOWS XP SP2 <a href="http://ee.1asphost.com/thmandan222/index.html"> Dan's Website --> Click Here <-- </a>
Smartweb
Registered User
Posts: 622
Joined: January 15th, 2004, 2:11 am
Contact:

Post 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. :)
pathachio
Registered User
Posts: 75
Joined: March 11th, 2005, 9:42 pm

Post by pathachio »

is it not easier to learn C before C++?
Smartweb
Registered User
Posts: 622
Joined: January 15th, 2004, 2:11 am
Contact:

Post by Smartweb »

C might be easier, but it's a waste of time imo.
Tebow2000
Registered User
Posts: 1099
Joined: January 19th, 2004, 7:56 am
Location: New Orleans, Louisiana
Contact:

Post by Tebow2000 »

Start off with c
Redcode Hosting redcodehosting.com | Unix Shared Hosting | sales[aT]redcodehosting[dOt]com
CrashCore
Registered User
Posts: 15
Joined: July 20th, 2005, 6:57 pm

Post 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.
Post Reply