I am suprised that Java is not an option. C++ is definitely very popular, although lately some developers have been using Java instead. C++ still has its niche eg: developing for handhelds, system level programming, writing ISAPI/NSAPI filters, Activex controls and so on. VB is for user interface development, although you can develop back-end components in it if you really wanted to (they tend to be a little slower than C++).

As far as VB is concerned, it depends on whether it is VB 6.0 or VB.NET. .NET is very similar to Java and is much easier to learn than C++. You will be tied to M$ platforms and be careful that you don't get seduced by their slick marketing brainwashing while using their products. VB 6.0 is not bad. It lacks certain OO features ie. it only has inheritance of interface and no implementation inheritance. (Java does both of the above, C++ only has the later).

One other point to note is a non-technical one. There will always be a whole lot more VB "developers" around. Especially, ppl who just did a 2 week course from some shady tech. training institute. Learning C++ takes much more effort, so you will have a little less competition when applying for C++ jobs.(Same institutes as above also offer "Unix with C++" courses but it is much easier to spot people who "graduate" in that.

Just for fun see Favourite Languages on Slashdot. However, don't take the poll results too seriously.


Just a tongue-tied, twisted, earth-bound misfit. -- Pink Floyd


In reply to Re: Which language would be most helpful? by data64
in thread Which language would be most helpful? by mrpilot

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.