For the programmers. what is the best programming language is the best?
By klint365
@klint365 (107)
Philippines
3 responses
@Sorathian (4329)
• Pakistan
25 Dec 06
The "best" programming language is probably not Visual Basic. Though it's easy to program and you can't make good looking applications fast (there is little need to calculate coordinates on the screen for windows since there's a GUI to set up all the controls). The problem with VB is that its not portable (sometimes, its a hassle to just run it on an operating system of the same type, except with a different service pack). C++ or C# or Java are all good choices for programming. All of these are very popular and you'll find plenty of resources to help you learn the language.