Re: Starting out programming
I'd look at VB.NET and C++ At the same time
Re: Starting out programming
My opinion:
Programming is a skill.
A language is just a language.
Re: Starting out programming
Would agree with namrekka. Better to pick one language, preferably one that is currently very popular (easier to find jobs, training, resources etc) and learn that one. Once you have learned any of these then it is relatively simple to learn any of the others.
My advice would be to forget VB as it is old hat now (although good to know the basics which you probably do now).
Go for VB.Net, it is a natural progression from VB and is very popular at the moment. Once yo uhave a grasp on that you could always learn C#.Net which is the Java-esque version and is the true Object-Orientated language in .Net
So in short...Learn VB.Net well, then move onto C#.Net if you can/want to.
Good luck, and remember to visit here as we will be happy to answer any questions you have :thumb:
Re: Starting out programming
Find out what programming languages they offer at your university as an elective. Physics may require one anyhow. Choose one of those to start learning yourself, then take the class when you get there. You'll get the jump start on classes you want and if you enroll in it, it will help you get through the class for an easy credit. I doubt the university has vb6, so I wouldn't suggest that.
Re: Starting out programming
Is any of the languages better at handling advanced math than others? I know VB is not the best choice if you want to make advanced math programs
Re: Starting out programming
Advanced math? Not sure as most will have the basic functions such as square root and so on. Off the top of my head I'd say either C++ or one of the .Net languages (probably c# is your best bet)
Re: Starting out programming
Math wise they are all about the same.
Re: Starting out programming
Im guessing the university physics will be using C++
Re: Starting out programming
c++ or c++ .NET? Are they very different?
Re: Starting out programming
i agree with just a me... it depends on the level of programmer on how he would attack a math prob using the language he is comfortable with...
wen i started programming, i first learn turbo c, then c++, then java... but wen i started learning vb, i kinda like it so i stick to vb...
bottomline is, use the language you like and what is available....