Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Programming

  1. #11
    Join Date
    Mar 2008
    Posts
    5,108
    Tokens
    3,780

    Latest Awards:

    Default

    Javascript. Learn how to use Javascript, it will help you in the long run.

    Move from Javascript on to C#. C# will teach you a lot of syntax that will follow into other languages.

    Since you already know PHP, C# will be a breeze for you as the syntax is similar.

    PHP Code:
    MessageBox.Show("Hey, this is a message!"); 
    As you can see, the . in that syntax is like -> in PHP..

    PHP Code:
    $MessageBox->Show("Hey, this is a message!"); 
    I recommend C# or Java.

  2. #12
    Join Date
    Jan 2010
    Location
    United Kingdom
    Posts
    846
    Tokens
    1,766
    Habbo
    triston220

    Latest Awards:

    Default

    Java is cross-platform compatible so it will run on Windows, Mac and linux.
    Last edited by Catzsy; 30-06-2011 at 10:13 AM. Reason: Amend txt at request of user


    Quote Originally Posted by Jaaaack! View Post
    See, however much I want this, my girlfriend uses my PC too much, and I would be killed.





  3. #13
    Join Date
    May 2008
    Posts
    1,160
    Tokens
    11

    Latest Awards:

    Default

    Been said a couple times, C++ or C# are the way to go. Dentafrice made a good point with Javascript--with the little knowledge and messing around in the languages the syntax is incredibly similar.
    Previously a Habbo fanatic, web designer/developer, fansite owner, & trusted member of the community.

  4. #14
    Join Date
    Mar 2008
    Posts
    5,108
    Tokens
    3,780

    Latest Awards:

    Default

    Once you understand what a syntax actually means, you can learn any language relatively easy. I was extremely proficient in Java after just a few days and a week or two, with no books... nothing like that due to knowing other languages that share the same syntax.

  5. #15
    Join Date
    Jul 2011
    Posts
    7
    Tokens
    0

    Default

    JavaScript, or C# then C++. C++ is more object oriented.

  6. #16
    Join Date
    Mar 2008
    Posts
    5,108
    Tokens
    3,780

    Latest Awards:

    Default

    It's not more object oriented than Java or even C# in a sense.. I would say they're on about the same level. Which that might get held against me, just my opinion.

  7. #17
    Join Date
    Jul 2011
    Posts
    1
    Tokens
    0

    Default

    What ever you do - Don't learn visual basic for a windows machine. Do a more productive language like java or objective-C. Take that from a programmer that learned visual basic and never used it since learned.

Page 2 of 2 FirstFirst 12

Posting Permissions

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