Where did you learn how to program? (All languages/types)

Discussion in 'Code Snippets and Tutorials' started by Cacklenub, Jun 28, 2008.

  1. Cacklenub

    Cacklenub Level IV

    Joined:
    May 10, 2008
    Messages:
    1,345
    Likes Received:
    58
    Just kind of curious how you guys know all of this stuff... :p And what do you find easiest to do(Perl, VB, etc.)
     
  2. Carletto

    Carletto Level II

    Joined:
    Jun 12, 2008
    Messages:
    358
    Likes Received:
    11
  3. xZel

    xZel Level I

    Joined:
    Jul 25, 2007
    Messages:
    85
    Likes Received:
    5
    vb6.us
    And downloaded a lot of ebooks on in.
     
  4. ricky92

    ricky92 Administrator
    Staff Member

    Joined:
    Nov 10, 2006
    Messages:
    1,866
    Likes Received:
    67
    Google is the best way to learn a programming language. You can find basic tutorials, and then, when you're good with the language, you can search for more specific code snippets. That's how I learnt everything I know about programming.
     
  5. Zer0

    Zer0 Level IV

    Joined:
    Mar 2, 2008
    Messages:
    3,037
    Likes Received:
    180
    Location:
    Home sweet home
    Well, I went like this:
    HTML --> CSS --> Javascript --> Java --> C++

    I learned several other languages in the mix, but those are my primary ones (well, not HTML and CSS as much since those are mark-up languages, but they tie in w/ Javascript).

    HTML+CSS I learned from a book + web resources
    Javascript I learned from tutorials and such on the web
    Java and C++ I learned from a book + web resources

    I would suggest buying a book as a basis and using the web as a supplement to go more in-depth in certain topics not covered in the book.
     
  6. Cacklenub

    Cacklenub Level IV

    Joined:
    May 10, 2008
    Messages:
    1,345
    Likes Received:
    58
    Well I can do HTML & CSS well, although I prefer just editing a premade stylesheet than making a whole new one...but have no clue on JS. When I get a faster computer I'll have to try some JS. :p
     
  7. Patty

    Patty Level III

    Joined:
    Jun 26, 2008
    Messages:
    498
    Likes Received:
    5
    do you have any free website to download the free vb6? not torrent ><
     
  8. zav75

    zav75 Level I

    Joined:
    Feb 28, 2007
    Messages:
    76
    Likes Received:
    6
    Location:
    Canada, Province of Québec
    Most of School or Universities always teach C++ First. It's used everywhere and very fast, it's simle and it's easy after to learn ofher languages such as C#,Java. Once you master C++ you can handle any programming languages. Don't start with visual studio else you will not understand the basics. I don't say vb is not good just that the syntax, the way you call methods, make a variable aren't the "usual" way.
     
  9. Poprockz

    Poprockz Level II

    Joined:
    Jul 10, 2007
    Messages:
    202
    Likes Received:
    1
    Location:
    Unknown
    I just looked up tutorials/code snippets on forms just like this one. Started by editing code then eventually started making some myself after understanding the basics.

    But then again, I don't even remember vb6 and vb.net is giving me trouble at the moment, so meh :p
     
  10. gawjus1234

    gawjus1234 Level III

    Joined:
    May 22, 2007
    Messages:
    518
    Likes Received:
    3
    Location:
    Las Vegas
    well i took computer science in school. the first year was vb basics (nothing with wrappers or anything. so not much help here). second year was supposed to be basic java but the teacher was an idiot and we covered about two weeks material over two semesters so that didn't help much either. but now going into third year we got a new teacher. so we will see how that goes. but i looked at a lot of internet resources as well.
     
  11. Icegoten

    Icegoten Level III

    Joined:
    Aug 14, 2008
    Messages:
    460
    Likes Received:
    8
    I took a class in high school to learn the basics and so did my friend but over the summer he has been reading books like those yellow and black "For Dummies" books and he has learned more advance stuff. Buying a book is a good resource