Quote:
Originally Posted by nike111
i want to develop database applications....... but need to know at least one of the programming language...... my main problem is its too difficult to start a new thing for me........ how can i overcome in the case of learnin a programming lang???
I actually agree with Cloud....maybe not Turbo Pascal though.
C++ is pretty cool...but I really liked Java.
Java has an awesome resource to help you as a developer:
javadocs. When I was working in C++ and Java, I always found that Java "just worked" whereas C++ took a lot more fiddling and would likely not work the first time running something. The nice thing that Java has over C++ is a garbage collector that manages memory usage.
Java has some nice editors too...check out
Netbeans and
Eclipse. Of course if you really need help with something you can always ask the experts in the
Java Forum too :)
If you choose to pick up a .NET language, then I would recommend C# over VB. There is an awesome .NET resource too: the
MSDN Library. There's a free version of
Visual Studio that will get you started. And of course you can always find help in the
.NET Forum or the
C# Forum too :)
-Frinny