Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 3 of 4 FirstFirst 1234 LastLast
Results 21 to 30 of 32
  1. #21
    Join Date
    Oct 2006
    Posts
    9,905
    Tokens
    26,858
    Habbo
    Zak

    Latest Awards:

    Default

    Visual Basic would be the easiest

    Java is probably the hardest

  2. #22
    Join Date
    Dec 2006
    Location
    ═╬═
    Posts
    7,060
    Tokens
    182

    Latest Awards:

    Default

    VB is the easiest
    Conductor of the Runaway Train of Militant Homosexuality

  3. #23
    Join Date
    Nov 2007
    Location
    Bournemouth
    Posts
    400
    Tokens
    0

    Default

    Defiantly VB, plus there are millions of tut's out there for it... you would be silly to not understand it!
    Regards,
    Daniel

  4. #24
    Join Date
    Sep 2005
    Posts
    5,253
    Tokens
    3,625

    Latest Awards:

    Default

    go outdated... go pascal.

  5. #25
    Join Date
    Aug 2007
    Location
    Cardiff, Wales
    Posts
    1,199
    Tokens
    0

    Latest Awards:

    Default

    Python is a shell programming language, you learn it in University.

    If you want to do gaming:
    I'd reccomend in this order.

    Java
    C++

    C#
    C

    Programming:
    Visual Basic
    Java
    C++
    etc.

  6. #26
    Join Date
    Dec 2005
    Posts
    6,228
    Tokens
    1,145

    Latest Awards:

    Default

    Thanks everyone, but one thing.

    This thread was made AGES ago, I don't know why people keep bumping it.
    i'm out of touch, i'm out of love
    i'll pick you up when you're getting down
    and out of all these things i've done
    i think i love you better now

  7. #27
    Join Date
    Aug 2004
    Location
    UK
    Posts
    11,283
    Tokens
    2,031

    Latest Awards:

    Default

    Quote Originally Posted by Interact View Post
    Visual Basic would be the easiest

    Java is probably the hardest
    Why would you say that? javas pretty simple when you get down to it?

    Code:
    public class Pie
    {
    
    private String filling;
    private int tempriture;
    
    public Pie(String fill)
    {
       filling = fill;
    }
    
    public void heat(int temp)
    {
       tempriture = tempriture + temp;
    }
    public void cool(int temp)
    {
       tempriture = tempriture - temp;
    }
    
    public int getTemp()
    {
       return tempriture;
    }
    
    public boolean isCooked()
    {
           return  (tempriture > 25);
    }
    
    }
    Its easy as pie :p

    Quote Originally Posted by Biogeneric
    Thanks everyone, but one thing.

    This thread was made AGES ago, I don't know why people keep bumping it.
    Becuse its an interesting thread on a good topic which will remain relvent to any newcomers to programming. Becuse of this theres no reason to stop the discussion about which languages are easyer to learn etc o.0
    Last edited by Mentor; 18-11-2007 at 05:50 PM.

  8. #28
    Join Date
    Apr 2006
    Location
    West Midlands
    Posts
    3,384
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by 01101101entor View Post
    Why would you say that? javas pretty simple when you get down to it?

    Code:
    public class Pie
    {
    
    private String filling;
    private int tempriture;
    
    public Pie(String fill)
    {
       filling = fill;
    }
    
    public void heat(int temp)
    {
       tempriture = tempriture + temp;
    }
    public void cool(int temp)
    {
       tempriture = tempriture - temp;
    }
    
    public int getTemp()
    {
       return tempriture;
    }
    
    public boolean isCooked()
    {
           return  (tempriture > 25);
    }
    
    }
    Its easy as pie :p


    Becuse its an interesting thread on a good topic which will remain relvent to any newcomers to programming. Becuse of this theres no reason to stop the discussion about which languages are easyer to learn etc o.0
    No need to show off, you just make the rest of us feel bad :]
    I can code basic PHP.

    Visual basic is probably you're best place to start.


    Xbox Live: Jholder112233
    PS3 Online Tag: Josh-H

    Last.fm | Digg | Xbox.com

  9. #29
    Join Date
    Aug 2007
    Location
    Cardiff, Wales
    Posts
    1,199
    Tokens
    0

    Latest Awards:

    Default

    My brother started off with Java.
    But if you want to know C++ C# C
    Go at Java & VB.

  10. #30
    Join Date
    Apr 2006
    Location
    London, England
    Posts
    696
    Tokens
    0

    Default

    I think Pascal is a really easy programming language to learn. Its really easy to pick up and its a high level programming language. I have been learning it for almost a year and a half in my programming course so i would say to go for Pascal

    Edited by H0BJ0B (Forum Moderator): Please do not bump old threads. If you are interested in the subject, start a new topic.
    Last edited by H0BJ0B; 20-01-2008 at 11:22 PM.
    ;veni vidi vici
    ;i came, i saw, i ownt

Page 3 of 4 FirstFirst 1234 LastLast

Posting Permissions

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