Results 1 to 6 of 6

Thread: Next major language?

  1. #1

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    39

    Next major language?

    I am wanting to get a second "strong" language under my belt before I run out of VB6 projects to do for my current employer. Based on my previous experience below, what language should I really focus on?

    I have done some minor programming in Java, C, C++, and C# [one project converted from C] (oh and a semester of VB.NET in college). I have decided that if I go .NET, I'll go with C# (so I don't get confused when I go back to maintain my current VB6 projects among other reasons). I've been interested in Win32 programming lately (with C/C++). And tonight I began considering Delphi (something a bit new to me). As for Java, I haven't used it much in the last couple of years.
    KB

  2. #2
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Next major language?

    C# and C++. But be familiar with C before you start C++.

  3. #3
    Kitten CornedBee's Avatar
    Join Date
    Aug 2001
    Location
    In a microchip!
    Posts
    11,594

    Re: Next major language?

    Quote Originally Posted by penagate
    But be familiar with C before you start C++.
    I disagree. Go for C++ directly and don't bother with C unless it's C you want.

    There's no, and I mean absolutely no, good reason to learn C before C++.
    All the buzzt
    CornedBee

    "Writing specifications is like writing a novel. Writing code is like writing poetry."
    - Anonymous, published by Raymond Chen

    Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.

  4. #4

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    39

    Re: Next major language?

    Thanks for the reply.

    I am familiar with C and some of the basic OOP aspects of C++. I only know console style programming with C/C++. I am considering learning win32. I just began learning to use the API with VB6 (as I have had to use it in recent projects.)

    As for C#, I have converted a tiny console project I did in C to a GUI C# program. (Later this project was ported to VB6 and has grown from a tiny project to a small project.)

    I've talked one of my friends into using C# for a project he is wanting to do for himself. He's learning programming. I could learn the language as I help him learn programming with C#.
    KB

  5. #5
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: Next major language?

    Why the VB.Net hangup? I do VB6 and VB.Net - it's easy to go back and forth.

    The strength of the .Net isn't in the language - it's in the framework. If you want to do both VB and C do them both in .Net. I don't do much C but I've had no problems converting C examples of .Net code into VB for my use.

    Oh - and don't forget T-SQL - we do more coding daily in T-SQL then anything else!

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  6. #6

    Thread Starter
    Member
    Join Date
    Mar 2006
    Posts
    39

    Re: Next major language?

    The strength of the .Net isn't in the language - it's in the framework.
    Yes, I agree. I may (in the future) use VB.Net, C++, and C# together.

    Why the VB.Net hangup?
    I'm kind of a purist (or traditionalist maybe). When I took that class on VB.NET, it remined me a lot of Java. I didn't like the two being mixed (even though it was an overall improvement to VB).

    Also, I would like to know a C-style syntax language at least as well as I know VB6.
    KB

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width