• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • What Programming Language should i pick up (:

    Discussion in 'General Discussion Forum' started by puxxe, Oct 19, 2010.

    1. puxxe

      puxxe Guest

      Joined:
      Jan 15, 2010
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      so guys what programing language should i learn i've done a litttle in c++,
      but ye someone tould me i should go to c# , well a big + if its general easy to learn becuse i got dyslexia h3h3 :)
       
    2. gimik

      gimik New Member

      Joined:
      Jul 18, 2010
      Messages:
      1,326
      Likes Received:
      5
      Trophy Points:
      0
      Depends what you want to code, if you want to do anything related to Wow/HB learn Lua and C# = )
       
    3. puxxe

      puxxe Guest

      Joined:
      Jan 15, 2010
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      ye was thinking about that but also other games maybe?
      is c# easier then c++ its a bit hard with dyslexia :(
       
    4. gimik

      gimik New Member

      Joined:
      Jul 18, 2010
      Messages:
      1,326
      Likes Received:
      5
      Trophy Points:
      0
      Can't really say whether its hard to learn or not, i guess it depends on the person. With Dyslexia it will prolly be as challenging as any other language.
       
    5. puxxe

      puxxe Guest

      Joined:
      Jan 15, 2010
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      Well i think i make a try whats not to try :)
       
    6. Lt.Leon

      Lt.Leon New Member

      Joined:
      May 19, 2010
      Messages:
      1,022
      Likes Received:
      4
      Trophy Points:
      0
      Can't hurt :) And yes, i agree, try learning C#, as it will come in handy, not only with Botting etc, but other jobs.
       
    7. lepton17

      lepton17 New Member

      Joined:
      Jan 15, 2010
      Messages:
      149
      Likes Received:
      1
      Trophy Points:
      0
      C++ is by far the most useful language to learn even if you progress onto something else simply because you'll have a much better understanding of how things work. My preferred language is C# followed by Java.
       
    8. mistatic

      mistatic Guest

      If you want to create general programs use C++. If you want to create bot's learn C#
       
    9. POLISER

      POLISER New Member

      Joined:
      Jun 21, 2010
      Messages:
      25
      Likes Received:
      0
      Trophy Points:
      0
      You need to know whats going on! Before you even learn a language you need to learn the basics, C++ is super advanced and you should never grind through tutorials to learn it. I would recommend C# as a first language because of how much you can do with it without that much experience.
       
    10. erenion

      erenion DEVELOPER Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      321
      Likes Received:
      6
      Trophy Points:
      0
      I agree that you need to know how things work (ie low level) but I don't agree that you can say C++ is the most useful language. If you are just doing it as a hobby why bother learning whats going on intricately? You can always do that later. Also I hate Java. IMO its like taking C# breaking its legs and cutting off its hand. The only thing Java has going for it is cross-platform capabilities.
       
    11. Possien

      Possien Member

      Joined:
      Feb 24, 2010
      Messages:
      173
      Likes Received:
      17
      Trophy Points:
      18
      Threads like this really make life worth living.
       
    12. Twist

      Twist Community Developer

      Joined:
      Oct 15, 2010
      Messages:
      643
      Likes Received:
      31
      Trophy Points:
      28
      There is more sample coe and tutorials out there for C# more than anything... folowed by VB then java id say any one of these would be fund to learn starting out
       
    13. aujra1

      aujra1 Member

      Joined:
      Oct 2, 2010
      Messages:
      38
      Likes Received:
      1
      Trophy Points:
      8
      Hop on the Iphone app craze and make money....my vote is Objective-C
       
    14. Pios

      Pios New Member

      Joined:
      Jul 1, 2010
      Messages:
      160
      Likes Received:
      1
      Trophy Points:
      0
      Learn real programing,
      Do ASM
       
    15. erenion

      erenion DEVELOPER Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      321
      Likes Received:
      6
      Trophy Points:
      0
      Ahaha have fun with that :p
       
    16. Possien

      Possien Member

      Joined:
      Feb 24, 2010
      Messages:
      173
      Likes Received:
      17
      Trophy Points:
      18
      0101001001000101010000010100110000100000010100000101001001001111010001110101001001000001010011010100110101000101010100100101001100100000010000110100111101000100010001010010000001001001010011100010000001000010010010010100111001000001010100100101100100101110
       
    17. aujra1

      aujra1 Member

      Joined:
      Oct 2, 2010
      Messages:
      38
      Likes Received:
      1
      Trophy Points:
      8
      that is binary....
      asm goto facepalm
       
    18. Possien

      Possien Member

      Joined:
      Feb 24, 2010
      Messages:
      173
      Likes Received:
      17
      Trophy Points:
      18
      that binary hold's secrets, never seen before.
       
    19. Pios

      Pios New Member

      Joined:
      Jul 1, 2010
      Messages:
      160
      Likes Received:
      1
      Trophy Points:
      0
      Code:
      .data
         count dw 0
         array dw 50,120,100,40
         arraysize = ($-array)/(TYPE array)
         sum1  dw 0
         sum2  dw 0
      
      .code
      start:
         mov ecx, count
         .while (ecx < arraysize)
            .if (array[ecx*2] < 100)
               mov ax, array[ecx*2]
               add sum1, ax
            .else
               mov ax, array[ecx*2]
               add sum2, ax
            .endif
            inc ecx
         .endw
      There, thats all better now,

      wow, that took me longer to write than i rember.
       
    20. puxxe

      puxxe Guest

      Joined:
      Jan 15, 2010
      Messages:
      48
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for all the good replys :) hehe and i will pickup c# atleast :) im glad that so many people wanted to help :)
       

    Share This Page