• Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Learning the Programming Language

    Discussion in 'Archives' started by Postman158, Apr 28, 2010.

    1. Postman158

      Postman158 New Member

      Joined:
      Feb 14, 2010
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      0
      Since I've started using HB, I've had a growing interest in the programming language. Just curious as to how some of you guys learned, as I'm looking to learn more myself. Books from Barns & Noble/Borders? College Classes? Online Tutorials? Prodigy? Lolol.

      Gimme some input how you guys learned and what would be a gradual way for me to start learning.

      Thanks,

      Post
       
    2. gtamann

      gtamann New Member

      Joined:
      Jan 15, 2010
      Messages:
      23
      Likes Received:
      0
      Trophy Points:
      0
    3. Postman158

      Postman158 New Member

      Joined:
      Feb 14, 2010
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      0
      Thank you, I'll check this out when I get home from work. So, Visual Basic .NET is what the profiles are mad out of, or Custom Classes?

      (Yes, I'm a noob a this stuff, but i gotta start somewhere!)

      xD
       
    4. ski

      ski Well-Known Member

      Joined:
      Feb 12, 2010
      Messages:
      3,720
      Likes Received:
      48
      Trophy Points:
      48
      C#


      filler
       
    5. Postman158

      Postman158 New Member

      Joined:
      Feb 14, 2010
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      0
      What are you referring to with C#, ski?
       
    6. Adamrl

      Adamrl New Member

      Joined:
      Feb 21, 2010
      Messages:
      299
      Likes Received:
      3
      Trophy Points:
      0
      C# is a programing language :p

      google it :D
       
    7. Postman158

      Postman158 New Member

      Joined:
      Feb 14, 2010
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      0
      I know, but was he referring to making Custom Classes or Profiles? They look a little different, like profiles are a little more idiot proof lol.

      Either way, C# is what I should start researching?
       
    8. zavis

      zavis New Member

      Joined:
      Jan 15, 2010
      Messages:
      351
      Likes Received:
      1
      Trophy Points:
      0
      C# is the way today.. Virsual Basic is not so important to learn

      start with c# then if you want to keep going then try c and c++ or try jave a day. its a fun languige


      C# is the way!
       
    9. xvampx

      xvampx New Member

      Joined:
      Feb 3, 2010
      Messages:
      571
      Likes Received:
      0
      Trophy Points:
      0
      have to agree here, also if you want, microsoft has a good course (free) online that you can use to learn c# :)
       
    10. Nesox

      Nesox Moderator Staff Member Moderator Buddy Core Dev

      Joined:
      Jan 15, 2010
      Messages:
      1,563
      Likes Received:
      48
      Trophy Points:
      48
      Do not start off learning Visual Basic

      1) Pointers. You can't use them. Period. (Not IntPtrs. I'm talking about actual pointers [byte*, int*, etc])
      2) Case sensitivity. VB(.NET) is case-insensitive. So if a C# coder (like myself) uses the same name in a field, as well as the param to a function, you're pretty much screwed.
      3) We're writing code. Not books. VB is designed for people who have never touched a programming language before, and is only meant to aid in teaching control flow. Nothing else. I don't understand why people still use the language after the first week or so of dealing with it. Not to mention; the required characters to do the same line in 2 different languages is nearly doubled when VB enters the picture.
      4) It's VB. There's no reason to like it. Ever.
      5) See above.
      6) Too many people think that using the VB6 backwards compatibility libs are a 'good' thing. Without even bothering to do the research to find out that MS TELLS YOU NOT TO USE THEM UNLESS YOU'RE PORTING YOUR APPLICATION FROM VB6. (AkA: VB programmers can't ****ing read for shit.)

      Quoted from the mighty penguin :)
       
    11. dethlin

      dethlin New Member

      Joined:
      Mar 9, 2010
      Messages:
      10
      Likes Received:
      0
      Trophy Points:
      0
    12. Postman158

      Postman158 New Member

      Joined:
      Feb 14, 2010
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      0
      Thanks for all your replies guys! I'll start researching C# on the web, and see what my college offers as electives or whatever lol.


      Thanks again, guys.
       
    13. Hasp

      Hasp New Member

      Joined:
      Apr 2, 2010
      Messages:
      69
      Likes Received:
      2
      Trophy Points:
      0
      Postman I would look into your college for a basic programming. It generally is a pre-req to Java and they will teach C++ (at least my college did). It won't go too in depth into C++ but it will give you a good understanding of how programs are written and flow. Order of operations and all that good stuff. After you get those things down it's just learning syntax till you get into OOP in another class.
       
    14. Postman158

      Postman158 New Member

      Joined:
      Feb 14, 2010
      Messages:
      68
      Likes Received:
      0
      Trophy Points:
      0
      Sounds good man, I'll check to see if there's any summer classes offered, and what pre-req's I gotta take.. If any lol.

      Thanks again
       
    15. Blink99

      Blink99 New Member

      Joined:
      Jan 15, 2010
      Messages:
      233
      Likes Received:
      2
      Trophy Points:
      0
      no. pickup a book to learn the basics, i find classes to be much better learning.
       
    16. jarheaded

      jarheaded New Member

      Joined:
      Feb 22, 2010
      Messages:
      200
      Likes Received:
      1
      Trophy Points:
      0
      was taking a glance at this thread, and thought about other coding languages.. and have seen lots of talk about F#, What is it? is it like c++? what is it implemented into already and what can it be used for?

      ive been trying to learn c#/C++/c for a year i have 54 e books on pdf's have a book next too me.. for reference... but still get lost on what to do, because i have ideas on 3 pieces of software i would like to do

      one being a bot like hb for another game and not as secured as the game doesn't have a game guard (warden)
      then simple applications to reload a pc and fix its registry to my liking
      then a whole network sync application for the laptops to desktops and outlook emails to be read at any terminal you are at laptop/desktop(away/home)
       
    17. jetta

      jetta New Member

      Joined:
      Feb 28, 2010
      Messages:
      107
      Likes Received:
      0
      Trophy Points:
      0
      vb, c++
      ajax.php,mysql,java, ever language out there is easy
       
    18. CodenameG

      CodenameG New Member

      Joined:
      Jan 15, 2010
      Messages:
      38,369
      Likes Received:
      231
      Trophy Points:
      0
      postman, you wrote my Advanced targeting, and you need help programing? i find that a bit odd.
       
    19. snipesh0tz

      snipesh0tz New Member

      Joined:
      Feb 10, 2010
      Messages:
      97
      Likes Received:
      0
      Trophy Points:
      0
      Fact is many people don't see it can take years of experience before u are able to make some good programs. The basics for most programming languages are easy, only hard to learn imo is OOP
       
    20. Scattered

      Scattered New Member

      Joined:
      Jan 15, 2010
      Messages:
      140
      Likes Received:
      0
      Trophy Points:
      0
      If you're an Ms fanboy, learn C#.

      If not, learn Java.

      Both have a lot of positive and negative sides to them but you'll only get a feeling for which is preferable by doing some research and writing some basic coding using whatever IDE you decide on. Personally I have little experience in either, however working for the second largest software developer on the planet and the fact that they recently bought Sun I can tell you how much regard they have for Java. ;)
       

    Share This Page