What programming language?
-
I am wanting to learn how to program computers, and would like to know which language is best? I was thinking of Visual Basic because the simple code would be easier to write well and understand, but i understand it is not as fast as C++. J# and C++ CLI are out of the question because they are worthless from what i have read. Do you think i should get c# or VB?
-
I am wanting to learn how to program computers, and would like to know which language is best? I was thinking of Visual Basic because the simple code would be easier to write well and understand, but i understand it is not as fast as C++. J# and C++ CLI are out of the question because they are worthless from what i have read. Do you think i should get c# or VB?
If you want to learn, forget about speed, optimization and performance, those issues will be resolved later when you have learned most of the basics and are familiar with the language you choose; or will be resolved by switching to a lower level language. I suggest you try them both. If you can, go to a technical bookstore and have a look at the different "learn <insert language here >" books and decide from what you can read what looks TO YOU seems the easiest to learn. once you get the hang of how to program, learning other languages will be easier.
Maximilien Lincourt Your Head A Splode - Strong Bad
-
I am wanting to learn how to program computers, and would like to know which language is best? I was thinking of Visual Basic because the simple code would be easier to write well and understand, but i understand it is not as fast as C++. J# and C++ CLI are out of the question because they are worthless from what i have read. Do you think i should get c# or VB?
There is no best language. C++/CLI is not worthless, but very valuable if you have to have to use both unmanged libraries and managed code. But it's no language for beginners - you have to know both C++ and C# before learning C++/CLI. C# has some advanced features that are difficult for beginners, but VB makes it easier for errors to go unnoticed first and cause problems later. One can write both good and bad programs in both languages. And nearly all concepts in C# and VB are identical because they are .NET concepts.
-
I am wanting to learn how to program computers, and would like to know which language is best? I was thinking of Visual Basic because the simple code would be easier to write well and understand, but i understand it is not as fast as C++. J# and C++ CLI are out of the question because they are worthless from what i have read. Do you think i should get c# or VB?
Ansi C++ with the gcc compiler. Once you have mastered pointers and can write your own BST, Linked Lists, and sorts you may then move to a non-pointer language such as C#
On two occasions I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question. - Charles Babbage
-
I am wanting to learn how to program computers, and would like to know which language is best? I was thinking of Visual Basic because the simple code would be easier to write well and understand, but i understand it is not as fast as C++. J# and C++ CLI are out of the question because they are worthless from what i have read. Do you think i should get c# or VB?
my advice : don't go about learning languages, learn the concepts of programming, the algorithms, the data structures, the design paterns. Languages come so naturally, it takes not more than a day or two to pick the syntax of languages. If you start with vb you might find c# different, but C# shares its syntax with a lot of other languages(C/C++/Java etc). Correct me if I am wrong.
-
I am wanting to learn how to program computers, and would like to know which language is best? I was thinking of Visual Basic because the simple code would be easier to write well and understand, but i understand it is not as fast as C++. J# and C++ CLI are out of the question because they are worthless from what i have read. Do you think i should get c# or VB?
Let the flame wars begin !!!!!!!!!! three posts in under a minute ...
Regards Ray "Je Suis Mort De Rire" Blogging @ Keratoconus Watch
-
I am wanting to learn how to program computers, and would like to know which language is best? I was thinking of Visual Basic because the simple code would be easier to write well and understand, but i understand it is not as fast as C++. J# and C++ CLI are out of the question because they are worthless from what i have read. Do you think i should get c# or VB?
JasonTheNewb wrote:
and would like to know which language is best?
quick!! put on a flack jacket... helmet... kevlar cloths... maybe even a fire-proof suit! INCOMING!!!! ;P okay... seriously... all "best" references/questions/answers are likely to start arguments. It's sometimes worse than talking religion. I'm a big one for practical uses. It depends on what you want to program, why you want to program, and what you want to do with it in the future. Is this a hope for a career? Do you just want bragging rights to your friends? Pickup lines for geek-fans? [hey, Mary, I wrote a program last night. Will you let me buy you dinner?] What do you want to do with the language? Do you know yet?
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
-
I am wanting to learn how to program computers, and would like to know which language is best? I was thinking of Visual Basic because the simple code would be easier to write well and understand, but i understand it is not as fast as C++. J# and C++ CLI are out of the question because they are worthless from what i have read. Do you think i should get c# or VB?
Delphi would be a good choice to learn to program. It's based on Pascal language which was specifically designed to teach programming. The IDE gives you the nice drag-and-drop gui creation like VB, but it compiles to fast code like C++. You can download a free version here: http://www.turboexplorer.com[^] -- modified at 13:25 Wednesday 11th October, 2006 For the release of the new free turbo editions, they even did 30 video tutorials covering almost every aspect of the language, IDE and framework: http://blogs.borland.com/nickhodges/articles/26687.aspx[^]
-
There is no best language. C++/CLI is not worthless, but very valuable if you have to have to use both unmanged libraries and managed code. But it's no language for beginners - you have to know both C++ and C# before learning C++/CLI. C# has some advanced features that are difficult for beginners, but VB makes it easier for errors to go unnoticed first and cause problems later. One can write both good and bad programs in both languages. And nearly all concepts in C# and VB are identical because they are .NET concepts.
Daniel Grunwald wrote:
you have to know both C++ and C# before learning C++/CLI.
Needn't know C#.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. Also visit the Ultimate Toolbox blog -
There is no best language. C++/CLI is not worthless, but very valuable if you have to have to use both unmanged libraries and managed code. But it's no language for beginners - you have to know both C++ and C# before learning C++/CLI. C# has some advanced features that are difficult for beginners, but VB makes it easier for errors to go unnoticed first and cause problems later. One can write both good and bad programs in both languages. And nearly all concepts in C# and VB are identical because they are .NET concepts.
Daniel Grunwald wrote:
C++/CLI is not worthless, but very valuable if you have to have to use both unmanged libraries and managed code. But it's no language for beginners - you have to know both C++ and C# before learning C++/CLI.
Well the only experince i have had about C++ CLI was someone on microsoft forums, i forget their name, but they were claiming to use C++ CLI and they ahd a blog about it, and he didnt come across as very smart.
-
I am wanting to learn how to program computers, and would like to know which language is best? I was thinking of Visual Basic because the simple code would be easier to write well and understand, but i understand it is not as fast as C++. J# and C++ CLI are out of the question because they are worthless from what i have read. Do you think i should get c# or VB?
JasonTheNewb wrote:
J# and C++ CLI are out of the question because they are worthless from what i have read.
C++/CLI is not really worthless - but as a newbie, you won't have much use with it. If you already know Java, then J# is a good option.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. Also visit the Ultimate Toolbox blog -
Daniel Grunwald wrote:
C++/CLI is not worthless, but very valuable if you have to have to use both unmanged libraries and managed code. But it's no language for beginners - you have to know both C++ and C# before learning C++/CLI.
Well the only experince i have had about C++ CLI was someone on microsoft forums, i forget their name, but they were claiming to use C++ CLI and they ahd a blog about it, and he didnt come across as very smart.
JasonTheNewb wrote:
Well the only experince i have had about C++ CLI was someone
Take this advice from me... or not... your choice... The world is full of idiots, every shape, every size, with every bias known to man. Question, examine, think for yourself and make your own decisions. Trust, but verify! If they didn't like something for a feature that was lacking or present, etc. Look for yourself, see if you can change the settings, you might find that they just didn't know what they were talking about. And even if your own research agrees with them, you learned more by verifying what they said, rather than just parotting someone else's opinions. :)
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
-
I am wanting to learn how to program computers, and would like to know which language is best? I was thinking of Visual Basic because the simple code would be easier to write well and understand, but i understand it is not as fast as C++. J# and C++ CLI are out of the question because they are worthless from what i have read. Do you think i should get c# or VB?
It seems that every post in this thread is getting voted at least one 5. Even mine and my post really isn't that special. It's weird.
-
Ansi C++ with the gcc compiler. Once you have mastered pointers and can write your own BST, Linked Lists, and sorts you may then move to a non-pointer language such as C#
On two occasions I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question. - Charles Babbage
It looks to me as trying to climb the mount everest and you don't even know how to walk. C++ is very difficult, especially with the pointers and dereferencing stuff. I would strongly advise something a little less error prone, like java, C# or VB. Learning from a book can make stuff a lot easier, since they usually provide samples and different excersises to work on.
WM. What about weapons of mass-construction?
-
It looks to me as trying to climb the mount everest and you don't even know how to walk. C++ is very difficult, especially with the pointers and dereferencing stuff. I would strongly advise something a little less error prone, like java, C# or VB. Learning from a book can make stuff a lot easier, since they usually provide samples and different excersises to work on.
WM. What about weapons of mass-construction?
Yeah, the way people approach programming is changing. These days, it's not necessary to know how to use pointers to write a good application. Lots of people start off with languages like Java, C#, or VB and end up being decent programmers (and also make a pretty good living out of it).
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. Also visit the Ultimate Toolbox blog -
I am wanting to learn how to program computers, and would like to know which language is best? I was thinking of Visual Basic because the simple code would be easier to write well and understand, but i understand it is not as fast as C++. J# and C++ CLI are out of the question because they are worthless from what i have read. Do you think i should get c# or VB?
Some of this depends on your learning style. I learn by doing; by writing actual working programs. Point being that simply learning algorithms from a book are useless to me. Other people learn this way just fine. You need to be a little introspective about your style and procede accordingly. Another aspect is what your goals are with your knowledge. Do you want to create web sites? Games? Avionics systems? That said, you may as well learn a marketable skill and that means C# or Java. I'd go with C# since that seems to be the language of choice for new projects. (Having said that, if I knew VB, I could have landed a job last week. A mind numbing, boring job, but a job nonetheless. It didn't pay great either, but more than I'm making now.)
Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke
-
It seems that every post in this thread is getting voted at least one 5. Even mine and my post really isn't that special. It's weird.
Bert [Otherside82] Derijckere wrote:
It seems that every post in this thread is getting voted at least one 5
my first one didn't. :) don't bother trying to figure it out... it comes, it goes... sometimes it rides the highs and lows of a rollercoaster... :)
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
-
Some of this depends on your learning style. I learn by doing; by writing actual working programs. Point being that simply learning algorithms from a book are useless to me. Other people learn this way just fine. You need to be a little introspective about your style and procede accordingly. Another aspect is what your goals are with your knowledge. Do you want to create web sites? Games? Avionics systems? That said, you may as well learn a marketable skill and that means C# or Java. I'd go with C# since that seems to be the language of choice for new projects. (Having said that, if I knew VB, I could have landed a job last week. A mind numbing, boring job, but a job nonetheless. It didn't pay great either, but more than I'm making now.)
Anyone who thinks he has a better idea of what's good for people than people do is a swine. - P.J. O'Rourke
Joe Woodbury wrote:
Avionics systems?
mmmmmmmm Avionics systems. :-D
_________________________ Asu no koto o ieba, tenjo de nezumi ga warau. Talk about things of tomorrow and the mice in the ceiling laugh. (Japanese Proverb)
-
Daniel Grunwald wrote:
you have to know both C++ and C# before learning C++/CLI.
Needn't know C#.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. Also visit the Ultimate Toolbox blogOK, you don't need to know C#, but if you don't know the .NET Framework, you'll get lost between the managed and unmanaged world.
-
OK, you don't need to know C#, but if you don't know the .NET Framework, you'll get lost between the managed and unmanaged world.
Daniel Grunwald wrote:
OK, you don't need to know C#, but if you don't know the .NET Framework, you'll get lost between the managed and unmanaged world.
Well, when you start learning C#, you also learn how to use the .NET f/w. Similarly, if you are learning C++/CLI, you'd also have to learn about the CLR and the .NET classes in parallel. You have to do that for your first CLI language anyway.
Regards, Nish
Nish’s thoughts on MFC, C++/CLI and .NET (my blog)
Currently working on C++/CLI in Action for Manning Publications. Also visit the Ultimate Toolbox blog