What programming language do I need to learn.

Discussion in 'Programming General' started by sneaky82, Apr 30, 2008.

What programming language do I need to learn.
  1. Unread #1 - Apr 30, 2008 at 12:09 AM
  2. sneaky82
    Joined:
    Jan 23, 2007
    Posts:
    1,396
    Referrals:
    0
    Sythe Gold:
    0

    sneaky82 Guru
    Banned

    What programming language do I need to learn.

    Ok I have recently learned html code via a tutorial online and now I was just wondering what type of code I would need to know to write a simple runescape bot .On a scale from 1 to 10 how hard is this code to understand?
     
  3. Unread #2 - Apr 30, 2008 at 2:40 AM
  4. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    What programming language do I need to learn.

    You need to understand Win32 functions such as GetPixel() and GetDIBits() if you want to do it the simple way, and that's quite a feat for a beginner in itself, so for you, after reading one tutorial I'm sure you'd epicly fail.

    Learn C. C++ is directly backwards compatible with C code, therefore learning C you are able to expand and integrate in to C++ with ease. The only thing you need to really remember with C is that there is no classes or object orientation, I've seen a lot of people get caught on that when integrating with C from C++, so I figure it's best to learn the other way around.
     
  5. Unread #3 - Apr 30, 2008 at 9:10 AM
  6. sneaky82
    Joined:
    Jan 23, 2007
    Posts:
    1,396
    Referrals:
    0
    Sythe Gold:
    0

    sneaky82 Guru
    Banned

    What programming language do I need to learn.

    Thank you for advice
     
  7. Unread #4 - Apr 30, 2008 at 7:52 PM
  8. Faskist
    Joined:
    Apr 25, 2005
    Posts:
    1,869
    Referrals:
    0
    Sythe Gold:
    0

    Faskist Tuxhead
    Banned

    What programming language do I need to learn.

    Learn C and forget all the graphical shite. The user should not have help operating your program if they are too lazy to learn.
     
  9. Unread #5 - May 7, 2008 at 3:02 AM
  10. adbullah
    Referrals:
    0

    adbullah Guest

    What programming language do I need to learn.

    C++ C# J# VB2008 i can almost all of them :p
     
  11. Unread #6 - May 8, 2008 at 9:55 AM
  12. WTF IS WTH
    Joined:
    Apr 18, 2008
    Posts:
    350
    Referrals:
    0
    Sythe Gold:
    0

    WTF IS WTH Forum Addict

    What programming language do I need to learn.

    i personally dont like C++
    c#
    vb
    are pretty good to learn as you can range from simple applications to very advance.
     
  13. Unread #7 - May 9, 2008 at 2:18 AM
  14. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    What programming language do I need to learn.

    Fail.

    You do realize that the majority of everything you use is written in C or C++? VB and C#'s power is limited, whereas C and C++ are what the base system is written and compiled in. How can you not like such power in a programming language?

    Just a heads up, practically EVERY programmer that works professionally MUST know either C or C++ to a certain degree in most businesses. Microsoft would crash and burn without it.

    Learn your ABC's before the rest of the alphabet, please.
     
  15. Unread #8 - May 9, 2008 at 2:41 PM
  16. tazrockon
    Joined:
    Apr 23, 2005
    Posts:
    56
    Referrals:
    0
    Sythe Gold:
    0

    tazrockon Member
    Banned

    What programming language do I need to learn.

    You're a moron. There's no way he can go from simple HTML (one of the simplest languages you can learn) to C or C++. That's retarded.

    Go with Visual Basic. It's quick to learn and there's thousands, if not millions, of VB tutorials online. It's easy to make GUI's and to start making advanced programs quickly. This is why it's the most popular programming language in the world, check http://www.planetsourcecode.com if you don't believe me.
     
  17. Unread #9 - May 9, 2008 at 3:32 PM
  18. Nullware
    Joined:
    Jan 30, 2007
    Posts:
    1,761
    Referrals:
    4
    Sythe Gold:
    0

    Nullware Guru

    What programming language do I need to learn.

    Hypocrite.
    You can learn anything without previous knowledge. As an example when you were 10 or so you gradually learned to talk with no previous experience in speech.
    Takes one to know one.
     
  19. Unread #10 - May 9, 2008 at 11:14 PM
  20. Swan
    Joined:
    Jan 23, 2007
    Posts:
    4,957
    Referrals:
    0
    Sythe Gold:
    0
    Sythe's 10th Anniversary Member of the Month Winner

    Swan When They Cry...
    Retired Global Moderator

    What programming language do I need to learn.

    Excuse me?

    My dad started from nothing to C and FORTRAN 77, and I went directly from VB .Net 2003 to Java and C++. You can't tell me it's retarded. To point out the absolute obvious point, Visual Basic uses Win32 functions no? GetPixel and GetDIBits, for example? News flash, they're the same. The syntax is different, but that's another subject.

    It is quite irritating to see the foolishness of noobs and script kiddies, it pisses me off.

    Taz, looks like you need to learn your ABC's as well.

    When I'm tired, I get pissed off easily. Such is life, I guess.
     
  21. Unread #11 - May 23, 2008 at 6:32 PM
  22. MavFan07
    Joined:
    Dec 18, 2007
    Posts:
    35
    Referrals:
    0
    Sythe Gold:
    0

    MavFan07 Member

    What programming language do I need to learn.

    I'm going to have to agree to go with C++. It's a fun language when you first start out but it starts to get difficult as you get more advanced(obviously)

    btw, HTML is not really a programming language, but in-fact a markup language
    (Hyper-
    Text
    Markup
    Language)

    all it really does it point (or place shortcuts if that's easier to relate to) to files. Learning HTML is pretty pointless these days because no one actually types out HTML codes anymore.

    but that aside, yeah....C++
     
< Request hacks thread rmk[Tell me where to post it i dunno] | Beginner needs help with VERY basic C++ program >

Users viewing this thread
1 guest


 
 
Adblock breaks this site