What programming language do you use

Discussion in 'The Living Room' started by [eX_nIHILO], Oct 29, 2003.

  1. #1
    [eX_nIHILO]

    [eX_nIHILO] Member

    Joined:
    Oct 29, 2003
    Messages:
    5
    Likes Received:
    0



    Simple question. What programming languages do you code in?

    I use C++ and am learning Java
     
  2. #2
    Shade

    Shade Well-Known Member

    Joined:
    Aug 4, 2003
    Messages:
    522
    Likes Received:
    3



    C++, Java, HTML (if you consider that a programming language)
     
  3. #3
    Anthony.

    Anthony. .Orestes LPA Super VIP

    Joined:
    Aug 25, 2003
    Messages:
    5,600
    Likes Received:
    16



    Learning Visual Basic (yeah yeah I know :D )
     
  4. #4
    Neil

    Neil Super Duper Member LPA Super Member

    Joined:
    Jan 1, 2003
    Messages:
    4,927
    Likes Received:
    8



    VB, thats all we do in this damn computer science class. Last year he said that if we took this class, we would learn C++, but instead we're doing Java. That sucks, because 1) I'm sick and tired of VB and so is everyone else and 2) Nobody uses VB in the professional workplace. Programmers all use C++. That's what I really wanted to learn
     
  5. #5
    Shade

    Shade Well-Known Member

    Joined:
    Aug 4, 2003
    Messages:
    522
    Likes Received:
    3



    Not entirely true. In general Computer Engineers, and those who program hardware components use C language. Java is used by the majority of Computer Science programmers, and those who are not using it are moving towards it. Hence why most universities have switched their CS courses to Java, and if they haven't are in the process of.

    This is not to say that I think Java is better than C++. I'm partial to C++ myself, though I will say Java is easier in many ways.

    The way I put it, Java made everything in C++ that was easy, a little harder, and everything in C++ that was hard, a lot easier.
     
  6. #6
    Nikki

    Nikki I have no idea what is going on LPA Super Member

    Joined:
    Aug 12, 2002
    Messages:
    6,617
    Likes Received:
    32



    C++, VB and a bit of Java. I rarely use it except when I make banners - which is basically once in a blue moon.

    Thought I'm not too keen on any of them, I've had to learn them for my ICT A-level.
     
  7. #7
    Phantom Duck

    Phantom Duck You are my detonator. LPA Super Member

    Joined:
    Mar 14, 2003
    Messages:
    3,727
    Likes Received:
    13



    I only know a bit of Basic and just started Java.
    (Dude, HTML isn't a programming language)
     
  8. #8
    arT saveS

    arT saveS Y2K

    Joined:
    Dec 19, 2002
    Messages:
    2,164
    Likes Received:
    0



    And he said "..if you consider..."
     
  9. #9
    sbauer

    sbauer Member

    Joined:
    Nov 12, 2003
    Messages:
    5
    Likes Received:
    0



    VB, VB.NET (for Windows and ASP.NET web apps), C# (for Windows and ASP.NET web apps), C++ (don't use it much), C, Java, Perl, PHP, VBScript, SQL (for MySQL, Microsoft SQL Server (personal favorite), Oracle and IBM DB2) and a few more.

    Nope, wrong. I work for a Fortune 500 company and I have only used C++ once for a real project. Why use c++ and take hours doing a simple project that you could accomplish in a few minutes with VB? Time is money, and C++ isn't time friendly. You'll find that most companies use VB for Windows apps and sometimes Java.
     
  10. #10
    Anthony.

    Anthony. .Orestes LPA Super VIP

    Joined:
    Aug 25, 2003
    Messages:
    5,600
    Likes Received:
    16



    That's a bunch of programming languages :D . Is VB.NET pretty different from VB?
     
  11. #11
    sbauer

    sbauer Member

    Joined:
    Nov 12, 2003
    Messages:
    5
    Likes Received:
    0



    That's a bunch of programming languages :D . Is VB.NET pretty different from VB? [/b][/quote]
    haha yeah it is. I like being able to adapt to different requirements.

    It's not too different, but there are a lot of things that are different. VB.NET is fully object-oriented now and has many more features thanks to the CLR and the .NET Framework.

    The syntax and stuff is still the same.

    One thing that I like about VB.NET is error trapping.

    "Try.. Catch.. Finally" blocks are now in there. :D
     
  12. #12
    Hoodie

    Hoodie Well-Known Member

    Joined:
    Jan 12, 2003
    Messages:
    48
    Likes Received:
    0



    I have been using PHP for years. I'm also looking into Perl. I don't really program many applications - only web related things, so C and Java are not really my feilds. I did learn some C++ just for fun though.
     

Share This Page