CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Jun 2006
    Location
    United States
    Posts
    112

    So many languages...so pick TWO.

    If you could pick any two languages for a up and coming programmer to really get to know, what would they be, and why?



    I figure C++ is a must it's a wide spread, multi-purpose language. The second, however, I'd figure to be some form of a server-oriented language, but my knowledge of those are limited at best.

    M.
    Programmer in the making...

  2. #2
    Join Date
    Jul 2007
    Location
    london
    Posts
    247

    Re: So many languages...so pick TWO.

    personally it would be c++ definatly, theres so much to c++ apart from the core language(like opengl)

    secondly it would be assembly because

  3. #3

    Re: So many languages...so pick TWO.

    This site might interest you:

    http://www.tiobe.com/tpci.htm

    My answer would be like the user above:

    C++, it is flexible, low level, you can do endless amounts with it.

    Assembly: I think it would be awesome to control the computer at this level, I would also like to do it for the challenge.

  4. #4
    Join Date
    Jun 2007
    Location
    Prague and Belgrade
    Posts
    46

    Re: So many languages...so pick TWO.

    What does the programmer want to write?

    Yes, C++ would be my first pick, the amount of pre-existing code is just enormous...

    Second - too hard to say like this.
    What is most important for the aforementioned programmer?
    - string operations? Perl
    - numerics? Fortran
    - portability? Java
    - speed? Assembly
    - ...

    There's no "a must" language, you have to know what you need/want, then choose.
    "In the end, only familiarity with the tools and techniques of the field
    will provide the right solution for a particular problem,
    and only a certain amount of experience
    will provide consistently professional results."


    - Raymond Fielding, The Technique of Special Effects Cinematography

  5. #5
    Join Date
    Sep 2007
    Posts
    7

    Re: So many languages...so pick TWO.

    Quote Originally Posted by MEversbergII
    If you could pick any two languages for a up and coming programmer to really get to know, what would they be, and why?



    I figure C++ is a must it's a wide spread, multi-purpose language. The second, however, I'd figure to be some form of a server-oriented language, but my knowledge of those are limited at best.

    M.
    C++ because it's popular and assembly because it isn't.

  6. #6
    Join Date
    May 2002
    Posts
    10,943

    Re: So many languages...so pick TWO.

    C++ and PHP. PHP is very C-based in many respects.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

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

Featured