VB?

Hi,

I was wondering if there is any free version of VB around

And which is better to learn ( ) VB or C++ or whatever the laguage is called ^_^

(sorry I'm a beginner :))

Thanks,

Henry.



Answer this question

VB?

  • Asaf Barak

    Done with a :)

    was true tho

  • Prophet

    VB.NET and C# are essentially the same language with different syntax. I'd say that VB.NET has more traps for young players, although the syntax is initally perhaps more intuitive, being more 'English like'.



  • csharpener

    Use C# it is the easiest.

    If you will ever learn C++ it is good.


  • Alexey A. Vasilyev

    Henryl77 wrote:

    I was wondering if there is any free version of VB around

    VB 2005 Express is freely available at http://msdn.microsoft.com/vstudio/express/vb/

    All you need to write VB applications is a text editor and the VB compiler, which is included in the .NET framework which is also a free download.



  • SilverShadow

    Yup, go to http://msdn.microsoft.com/vstudio/express/ the 'express' editions are currently free

    I'd start learning with VB, which I think is a lot simpler than C#(C sharp)/C++, although others on here have different opinions! (as I'm sure you will hear soon)



  • hik

    Don't forget that SQL Server 2005 Express is also free when you need to add data to your programs.


  • VB?