by Drkpwn3r » December 16th, 2007, 8:20 am
Stitch wrote:I want to learn a programming language - but VB.NET is just a nightmare for me to remember.
VB6 is kinda what I wanna learn because I can turn to Lee for help...
REALbasic sounds... basic... lol
VB .NET is probably one of the easiest languages you could ever learn honestly.
Sure there are a lot of methods to learn (most of which even I don't memorize, but resort to MSDN when necessary), but it's worth the effort in learning and then some -- you also have more than Lee to turn to if you choose to learn it.
You also have the advantage of essentially knowing most of the other .NET languages (C#, J#, etc) simply because of the fact that you know it (as almost all .NET languages use the same shared methods). The only real difference between them is syntax, which is the only challenge at that point.
But yeah, you can learn them in any order honestly. If you're extremely worried about not being able to remember things at first, learn VB .NET as a start, then work into C# (since you'll know most of the standard methods at that point) and work backward into C++ if you feel you can handle it, which is one of the more powerful languages you could learn.
[quote="Stitch"]I want to learn a programming language - but VB.NET is just a nightmare for me to remember.
VB6 is kinda what I wanna learn because I can turn to Lee for help...
REALbasic sounds... basic... lol[/quote]VB .NET is probably one of the easiest languages you could ever learn honestly.
Sure there are a lot of methods to learn (most of which even I don't memorize, but resort to MSDN when necessary), but it's worth the effort in learning and then some -- you also have more than Lee to turn to if you choose to learn it. ;)
You also have the advantage of essentially knowing most of the other .NET languages (C#, J#, etc) simply because of the fact that you know it (as almost all .NET languages use the same shared methods). The only real difference between them is syntax, which is the only challenge at that point.
But yeah, you can learn them in any order honestly. If you're extremely worried about not being able to remember things at first, learn VB .NET as a start, then work into C# (since you'll know most of the standard methods at that point) and work backward into C++ if you feel you can handle it, which is one of the more powerful languages you could learn.