What programming should I learn first?

Discussion in 'Programming General' started by illpwntunoob, Apr 26, 2011.

What programming should I learn first?
  1. Unread #1 - Apr 26, 2011 at 9:33 PM
  2. illpwntunoob
    Joined:
    Oct 29, 2008
    Posts:
    2
    Referrals:
    0
    Sythe Gold:
    0

    illpwntunoob Newcomer

    What programming should I learn first?

    I'm someone who has no experience in programming AT ALL. I want opinions of what language is advised to be learned first, so I could understand the basics. It would also help if you could say what language you learned first. I keep hearing that Python teaches the basics, but I also hear that it doesn't..
     
  3. Unread #2 - May 3, 2011 at 3:59 PM
  4. Flopper
    Joined:
    Feb 28, 2011
    Posts:
    42
    Referrals:
    0
    Sythe Gold:
    0

    Flopper Member

    What programming should I learn first?

    I started out with VB6 and continued with VB.NET later on.

    I think you can start out with VB.NET without worries. It's almost like VB6 - somewhat simple to read, it's based on the .NET Framework and it's business standard. Every language will teach you programming principles, so why not just start out with a simple language that gets sophisticated as you progress?
     
  5. Unread #3 - May 3, 2011 at 4:02 PM
  6. Thug_lyfbaby
    Joined:
    Jul 3, 2007
    Posts:
    490
    Referrals:
    0
    Sythe Gold:
    0

    Thug_lyfbaby Forum Addict
    Banned

    What programming should I learn first?

    visual basic to start with.
     
  7. Unread #4 - May 4, 2011 at 5:07 AM
  8. iWoodKart
    Joined:
    Apr 29, 2011
    Posts:
    162
    Referrals:
    0
    Sythe Gold:
    0

    iWoodKart Active Member
    Banned

    What programming should I learn first?

    If its your first language start you can start with VB/VB.net, Python is really good too. I started with c but most people don't recommended it.
     
  9. Unread #5 - May 5, 2011 at 6:22 AM
  10. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    What programming should I learn first?

    I've done the same as Flopper, although it is taking me some time to get used to the new methods of doing things in vb.net. All though i must some they have simplified alot of things and made controls alot more customizable, only downside is you can't easily making arrays with your controls like you could in vb6. :(

    So yea i suggest vb.net (vb6 is too un-supported, help-wise to learn these days).
     
  11. Unread #6 - May 5, 2011 at 12:53 PM
  12. Flopper
    Joined:
    Feb 28, 2011
    Posts:
    42
    Referrals:
    0
    Sythe Gold:
    0

    Flopper Member

    What programming should I learn first?

    I don't remember how arrays were made in VB6, but for VB.NET lists are awesome. Generic lists are almost effortless to use as well.
    How do lists compare to arrays in VB6?
     
  13. Unread #7 - May 6, 2011 at 12:34 AM
  14. Covey
    Joined:
    Sep 9, 2005
    Posts:
    4,510
    Referrals:
    9
    Sythe Gold:
    9
    Discord Unique ID:
    807246764155338833
    Discord Username:
    Covey#1816

    Covey Creator of EliteSwitch
    Retired Sectional Moderator Visual Basic Programmers

    What programming should I learn first?

    I'm talking about control arrays not variable arrays.

    Like in vb6 you could have 7 command buttons called cmdStart. but they would all have their control number in the index property so they button would actually be cmdStart(0) to cmdStart(6).
    make sense?
     
  15. Unread #8 - May 6, 2011 at 2:49 AM
  16. HappyFace01010
    Joined:
    Aug 27, 2010
    Posts:
    659
    Referrals:
    0
    Sythe Gold:
    0

    HappyFace01010 <--- Tis a Happy Face
    Banned

    What programming should I learn first?

    I personally started off with PAWN (Sa-mp coding language). I then moved onto VB.net followed by PHP + HTML and some C.
     
  17. Unread #9 - May 6, 2011 at 10:28 AM
  18. Flopper
    Joined:
    Feb 28, 2011
    Posts:
    42
    Referrals:
    0
    Sythe Gold:
    0

    Flopper Member

    What programming should I learn first?

    I see - sounds easier than what VB.NET has to offer. Making object based arrays in VB.NET doesn't bother me much, however.
     
  19. Unread #10 - May 7, 2011 at 1:19 AM
  20. daswasup
    Joined:
    Apr 29, 2011
    Posts:
    163
    Referrals:
    0
    Sythe Gold:
    0

    daswasup Active Member
    Banned

    What programming should I learn first?

    Python will give you a really solid foundation. Lots of free texts and tutorials online, just use google. After python, C/C++ or Java is best to learn next. Stay away from VB... IMO, spaghetti code/pre-made GUI's... disgusting.
     
  21. Unread #11 - May 7, 2011 at 5:02 AM
  22. 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 should I learn first?

    Why not just declare the array of controls in code yourself if you're worried about it. Control arrays are an arbitrary feature; each control should be named accordingly unless you need large amounts of them to do the same or similar things, and these should be declared and initialised within the code.
     
  23. Unread #12 - May 18, 2011 at 6:32 AM
  24. Posmag
    Joined:
    Jun 18, 2008
    Posts:
    337
    Referrals:
    0
    Sythe Gold:
    0

    Posmag Forum Addict

    What programming should I learn first?

    I'd recommend you to start learning
    Pascal or C++ (there's no reasons to learn C);
     
  25. Unread #13 - May 18, 2011 at 8:29 AM
  26. wackywamba
    Joined:
    Jul 14, 2005
    Posts:
    1,358
    Referrals:
    0
    Sythe Gold:
    1

    wackywamba Guru

    What programming should I learn first?

    If you want to be a professional programmer and you intend on producing the best code possible, start out with C. You'll get the best understanding of how to make efficient, well written code.

    If you find it too difficult, use C++.

    Don't let people fool you into using VB.NET. It's good because of it's simplicity, but if you want to learn how to PROGRAM then use C, you'll easily be able to move to C++, Java or whatever you choose to use at a later stage.
     
  27. Unread #14 - May 18, 2011 at 8:53 AM
  28. Posmag
    Joined:
    Jun 18, 2008
    Posts:
    337
    Referrals:
    0
    Sythe Gold:
    0

    Posmag Forum Addict

    What programming should I learn first?

    There's no need to learn C, he can start instantly from C++ :)
     
  29. Unread #15 - May 18, 2011 at 9:04 AM
  30. wackywamba
    Joined:
    Jul 14, 2005
    Posts:
    1,358
    Referrals:
    0
    Sythe Gold:
    1

    wackywamba Guru

    What programming should I learn first?

    Why exactly? Perhaps in practical use C++ is better, but for learning purposes there certainly is a point to first learning C.

    C++ is a superset of C and therefore to completely understand C++ you should learn C first. If someone ever hopes to be programming hardware it's necessary to understand the lower levels of a language.

    I'm just saying, if you want to produce the BEST code, do C first, too many people produce crap code in VB.NET or even C++ that works, but is not nearly as efficient as it should be.
     
  31. Unread #16 - Jun 19, 2011 at 9:18 PM
  32. Muskz
    Joined:
    Dec 27, 2010
    Posts:
    246
    Referrals:
    0
    Sythe Gold:
    27

    Muskz Active Member
    Banned

    What programming should I learn first?

    If you're starting off with C++, then I suggest buying C++ for Dummies. It's really well written and is intended for somebody with no experience or prior knowledge with programming whatsoever.

    EDIT: Just looked at the OP date. >.<
     
  33. Unread #17 - Jun 20, 2011 at 4:47 AM
  34. 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 should I learn first?

    You have absolutely no idea the significance of C, do you?
     
  35. Unread #18 - Jun 28, 2011 at 10:57 PM
  36. ViTa1z
    Joined:
    Feb 18, 2011
    Posts:
    372
    Referrals:
    0
    Sythe Gold:
    0

    ViTa1z Winning
    Banned

    What programming should I learn first?

    I also want to learn to program. I am taking everything everyone has said into consideration
     
  37. Unread #19 - Jul 28, 2011 at 8:14 PM
  38. wizardzgame
    Joined:
    Jul 30, 2007
    Posts:
    966
    Referrals:
    0
    Sythe Gold:
    0

    wizardzgame Apprentice
    Banned

    What programming should I learn first?

    Python will teach you simple sytnax and discipline, and it is very easy to learn (it's practically useless though)
     
  39. Unread #20 - Aug 1, 2011 at 8:34 AM
  40. Nr1PinSales
    Joined:
    Aug 1, 2011
    Posts:
    22
    Referrals:
    0
    Sythe Gold:
    0

    Nr1PinSales Newcomer
    Banned

    What programming should I learn first?

    He doesnt need to start from -c he can get on c+33 directly
     
< RTB Writeln Function | help with embedding a .jar to winows.forum >

Users viewing this thread
1 guest


 
 
Adblock breaks this site