Hi all,
I'm interested in learning code, but am not sure which language to start with. (C, C+, C++, Pascal, Delphi, Etc.)
Which type of programming language is best for someone who is completely new and unexperienced? (I also don't want to learn something that will become obsolete in a year from now.)
Thanks a lot, you guys are totally awesome.
What do you want to create?
Vintage!
I don't know anything about any of the programming languages.
I was hoping to make a tabbed text editor at some point, (but that may change.)
I'm open to suggestions, though.
═══════════════
Think Before Posting
Please Make TiLP Portable
It all depends on what you want to make and where you want your program(s) to be flexible.
For example, Java is cross-platform with no work, but it will be a bit slower because it needs to be interpreted.
Assembly can be hard to learn, but it is more efficient and is easily ported from one OS to another because there is little, if any, interpretation of anything. Almost everything is defined by the programmer.
Every language has a purpose. Each language is designed with strengths in certain areas at the expense of strength in other areas. Some are designed for very specific uses; others are more general.
You can't have a program in mind, and then use whatever language to make it.
Vintage!
Use search, this was discussed here before.
"Those people who think they know everything are a great annoyance to those of us who do." Asimov
Oh, sorry.
I should have thought of that.
═══════════════
Think Before Posting
Please Make TiLP Portable
With Visual Basic .Net from microsoft you get a free E-Book to learn VB from.
http://msdn.microsoft.com/vstudio/express/vb/
__________________________________________
Aww, great. Now what am I gonna put here?
OliverK> you don't live on a cow
IRC: It brings out the best in all of us...Especially when tired.
I think I'll try VB
Wish me luck.
═══════════════
Think Before Posting
Please Make TiLP Portable
would second that recommendation, its the language that I started with, and I'm not doing too bad, but it will be a major change if you ever move to a C/C++ type language.
___
'...and do the other things, not because they are easy, but because they are hard...' JFK
My Blog