Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 22

Thread: what is the best language to learn?

  1. #11

    Joined
    Jun 2012
    Posts
    1,699
    Thanks
    876
    Thanked
    2,881/1,142
    DL/UL
    44/1
    Mentioned
    562 times
    Time Online
    118d 6h 45m
    Avg. Time Online
    40m
    I agree although ive found that alot of the wrappers atm suck. Also with every wrapper unless you launch it in a separate thread the programs gui hangs.

    it ends up getting real complicated for beginners currently to make good programs.

    I used a wrapper for a massive upcoming program and it ended up crashing everytime I put it into a long running process with connection errors. I had to fix it manually its alot of work for new comers.

  2. The Following User Says Thank You to DarkByte For This Useful Post:

    Cody. (08-18-2012)

  3. #12

    Joined
    Feb 2012
    Posts
    55
    Thanks
    5
    Thanked
    6/6
    DL/UL
    9/0
    Mentioned
    10 times
    Time Online
    1d 11h 26m
    Avg. Time Online
    N/A
    Java has been the common starting program along with C++ but I recommend Python to start out with.

    JavaScript is also a good one to start with (no it's not like Java).

  4. The Following User Says Thank You to jwh830 For This Useful Post:

    Ryan~ (08-18-2012)

  5. #13

    Joined
    Jun 2012
    Posts
    1,699
    Thanks
    876
    Thanked
    2,881/1,142
    DL/UL
    44/1
    Mentioned
    562 times
    Time Online
    118d 6h 45m
    Avg. Time Online
    40m
    I would go with python over java for sure. Especially for beginners , python is ready to bot with out the box , don't need a httpwrapper or cookie parser just use the built in ones. Building guis can be tricky but theres tools for it.

    The language i started with was called "unreal script" wich was basically javascript used inside unreal engine. It was used because we found a exploit in unreal tournament (the black ops of its day) that let you load custom built scripts in online games. This was used to make aimbots scripted in the games own language it was pretty cool. But not usefull for neopets , I talk about it because it was where I learned varibles what a int/float/bool was how classes worked , bytehacking ect.

    I suppose what I am saying is learning any language will be usefull to you , even if its something like greesemonkey or autoit. once you master one language moving on to others will be alot easier.
    Last edited by DarkByte; 08-18-2012 at 05:35 PM.

  6. The Following 2 Users Say Thank You to DarkByte For This Useful Post:

    Cody. (08-18-2012),Ryan~ (08-18-2012)

  7. #14
    Mary674's Avatar
    Joined
    Jul 2012
    Posts
    161
    Userbars
    2
    Thanks
    107
    Thanked
    29/25
    DL/UL
    11/0
    Mentioned
    22 times
    Time Online
    22h 10m
    Avg. Time Online
    N/A
    I have a question of my own if thats okay?
    I'm currently learning Javascript and Actionscript at school, it's a lot of fun. But I want to make video games, so I'll have to learn c++, I guess?

  8. #15
    Zachafer's Avatar
    Joined
    Dec 2011
    Posts
    1,235
    Userbars
    11
    Thanks
    769
    Thanked
    1,466/678
    DL/UL
    98/0
    Mentioned
    512 times
    Time Online
    24d 13h 9m
    Avg. Time Online
    8m
    Quote Originally Posted by Mary674 View Post
    I have a question of my own if thats okay?
    I'm currently learning Javascript and Actionscript at school, it's a lot of fun. But I want to make video games, so I'll have to learn c++, I guess?
    C++ is great for video games, but you could also use C#/VB/Java/any desktop programming language. If you want something that is easier than c++ (imo), check out C# + XNA

  9. #16
    Mary674's Avatar
    Joined
    Jul 2012
    Posts
    161
    Userbars
    2
    Thanks
    107
    Thanked
    29/25
    DL/UL
    11/0
    Mentioned
    22 times
    Time Online
    22h 10m
    Avg. Time Online
    N/A
    Quote Originally Posted by Zachafer View Post
    C++ is great for video games, but you could also use C#/VB/Java/any desktop programming language. If you want something that is easier than c++ (imo), check out C# + XNA
    But C++ is what's more universally used in gaming companies, right? (Thanks for the answer)

  10. #17

    Joined
    Aug 2012
    Posts
    67
    Userbars
    1
    Thanks
    9
    Thanked
    3/3
    DL/UL
    14/0
    Mentioned
    3 times
    Time Online
    20h 55m
    Avg. Time Online
    N/A
    I once read that you will inevitably run into problems with memory leaks in C++, is that the case with all languages?

  11. #18
    Ryan~'s Avatar
    Joined
    Jan 2012
    Posts
    123
    Userbars
    5
    Thanks
    1,380
    Thanked
    1,424/827
    DL/UL
    103/4
    Mentioned
    640 times
    Time Online
    15d 12h 13m
    Avg. Time Online
    5m
    Quote Originally Posted by Mary674 View Post
    But C++ is what's more universally used in gaming companies, right? (Thanks for the answer)
    When I was part of a Maplestory server, they codes in c++

  12. #19
    Saiyan Race
    j03's Avatar
    Joined
    Dec 2011
    Posts
    13,752
    Userbars
    176
    Thanks
    5,936
    Thanked
    33,183/6,625
    DL/UL
    23/36
    Mentioned
    3,871 times
    Time Online
    564d 9h 54m
    Avg. Time Online
    3h 13m
    Quote Originally Posted by bArToS View Post
    I once read that you will inevitably run into problems with memory leaks in C++, is that the case with all languages?
    Not just C++, pretty much every programming language. Proper structure will help you avoid running into memory leaks.
    (you need an account to see links)
    (you need an account to see links)(you need an account to see links)

    ------------------------
    [02/24/2013] Stealth CORE is made into the first standalone Neopets auto-player.
    ------------------------


  13. The Following User Says Thank You to j03 For This Useful Post:

    Ryan~ (09-08-2012)

  14. #20
    james087's Avatar
    Joined
    Sep 2012
    Posts
    64
    Userbars
    1
    Thanks
    20
    Thanked
    7/5
    DL/UL
    10/0
    Mentioned
    1 time
    Time Online
    N/A
    Avg. Time Online
    N/A
    having a trash collector is no excuse for bad structure, right joe?

Posting Permissions

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