English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Please do not respond with, "It depends on .... " I'd just like to know what you think is the best language.

2006-06-20 07:40:46 · 9 answers · asked by Anonymous in Computers & Internet Programming & Design

9 answers

C++, hands down, is the best out there. It's not by any means the hardest out there to use and professionals do not find it hard, despite what a previous answerer said. There are much harder languages (assembler, anyone?) that really are hard. C++ gives you tremendous flexibility and produces tight, fast code.

Visual Basic is right behind it on my list. It's easier and you don't spend so much time on details. The idea is that you never have to worry about exactly how the array or string or whatever is handled. Eventually, however, you're going to NEED to control one of those details. This is where VB falls down. It's easy at first, but eventually you end up fighting the language trying to control or modify something it does "for you". With C++ there are libraries that do things for you, but you really can get behind the scenes and get the kind of control you need.

This is why professional programs are almost 100% C++. Visual basic for custom programs and little shareware apps, sure, but C++ is what real programs are written in.

Hope this helps.

2006-06-20 08:16:32 · answer #1 · answered by Mantis 6 · 3 2

But it does depend...

For most of the work I do, I like Ada. I used to be a huge fan of C++, but now the only thing I think C++ really has on Ada is string processing (it's a pain in Ada). I don't do much of that, though. Ada is especially great for safety-critical systems--in-depth data typing mechanisms, safety features and checks, with all of the speed of C++.

Scripting-wise, Perl for sure. The pattern matching is unstoppable!

2006-06-20 20:05:51 · answer #2 · answered by rabid_scientist 5 · 0 0

Scripting - PERL

Linux Systems Programming - C

2006-06-20 15:47:27 · answer #3 · answered by Anonymous · 0 0

Well! C++ is best yes most powerful but it's hardest one learning c++ is challenge for programmers since even proffessional programmers also find C++ hard .......... it's infinite after you learn C++ anything possible.. to program, Virus and Operating system is just normal examples because there are lots of things that you can do beyond this........ it can't be stated because it's infinite ........................

2006-06-20 14:51:51 · answer #4 · answered by Umax 5 · 0 0

My programming languages,I think is C# or Visual Studio.

2006-06-20 14:45:10 · answer #5 · answered by loopy_and_yoshi 3 · 0 0

Somewhere, I read, "The best programming language is the one you get paid to use."

2006-06-20 15:01:52 · answer #6 · answered by Marlarkey 6 · 1 0

C and languages dervied from C.

2006-06-20 14:51:04 · answer #7 · answered by Ryan E 3 · 0 0

C++ works pretty much anywhere and you can write anything from video game to hardware drivers.

2006-06-20 14:44:12 · answer #8 · answered by Anonymous · 0 0

I'd say Java and PHP.

2006-06-20 14:57:56 · answer #9 · answered by Beatmaster 4 · 0 0

fedest.com, questions and answers