As an experienced programmer I would suggest to NOT learn Visual Basic first.
Visual Basic teaches you to code in a certain way, nearly every other language out there is based on C#, which is incredibly different to Basic and you will actually find it harder to learn C# (and every other language) if you started with Basic.
I would really advise you start with Visual C# 2010, you can download a free "express edition" copy of it from Microsoft .NET's website.
I'm only giving you some tips because I personally did start with Basic and back in those days I found it so hard to learn any other language afterwards; which if you ever have a programming based career, you will need to know.
Good luck! (I was your age when I started, 3 years on, I am considered to be one of the most advanced developers in my area; don't let your age stop you!).
ehm no?! There are enough tutorials for beginners on google I think...
No, it's hard work to found good tutorial. We can find something like "How to login on website", "How to use WebBrowser", "Webrequest" and other tutorials, but that will don't help us. We can only learning from UDObot source or torg plan source.
Learn some language which has interactive command prompt. Why? Because it saves you time. (python, lua, javascript with chrome dev tools or firebug)
You simply write your function body and all the variables are still there. Just call it. No need to compile, reload etc. You simply "play" with the language and explore it in interactive manner.
Question About Programming Languages 11/09/2011 - CO2 Programming - 24 Replies Hello EveryBody First Thanks To EveryBody Who Answer My Questions Before And Very Special Thanks To Mr.pro4ever
And My Question Is:
When Someone Create A Program How He Create The Complex Codes?
I Mean When I Learn A Programming Language And I Need To Make A Program With
That Language How Can I Make It Complex Program Or All I Want To Say
Another question about programming languages 09/14/2011 - CO2 Programming - 8 Replies So I'm probably well-known for asking questions about programming, especially about what it takes to make a server. Well I guess this is another question but in a way it's a different question.
PHP:
Ability to make classes
Ability to make functions
Database Connections are made easy
I have taken an extreme liking to PHP