Closed Thread
Page 2 of 6 FirstFirst 1234 ... LastLast
Results 11 to 20 of 57

Thread: How do you learn a programming language?

  1. #11
    kromagnon is offline Learning Programmer
    Join Date
    Jun 2006
    Posts
    50
    Rep Power
    0
    I don't know if that is such a good idea. You'll probably end up confusing yourself. (For me) It makes more sense to learn one language, and then draw parallels from it to other languages
    <!-- comment comment comment --></

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #12
    icepack's Avatar
    icepack is offline Programmer
    Join Date
    Jul 2006
    Location
    North Carolina
    Posts
    115
    Rep Power
    21
    I learned the basics of OOP's in high school. I learn most languages from taking classes at school. But I've downloaded and bought some book's about Perl that have been helping me pick that up.

    Repitition helps. And never just read through instructions. Make sample programs, even if the only change from the last program is something small like adding a loop or if statement.
    Last edited by icepack; 07-26-2006 at 04:34 PM.

  4. #13
    smith is offline Programmer
    Join Date
    Jun 2006
    Posts
    153
    Rep Power
    0
    yes, you have to do the example programs when you read a book or else you forget everything by the end of the book. That is a good way of learning.

    I usually, after finishing a book, try to create my own program and this generally helps me more than reading the book.
    Code:
    for (int i;;) {
       cout << "Smith";
    }

  5. #14
    ShortCircuit Guest
    How do you learn? Practice, practice, practice!
    Yes thats right, sure you can learn all the theory you want but without practical experience it is useless!

  6. #15
    chaganlal1 Guest
    This year I am taking programming classes at the local tech college, but I got into programming around the age 14 by reading some ebooks then when I took the Visual Basic course in High School I came very into it learning the other languages by looking at the source code www.pscode.com has a huge amount of code for alot of languages. Then paying for books off amazon and learning the rest. I guess its about interest, the more interested you are in it the better and faster you will learn.

  7. #16
    hampus.tagerud's Avatar
    hampus.tagerud is offline Learning Programmer
    Join Date
    Mar 2008
    Location
    Sweden
    Posts
    46
    Rep Power
    15

    Re: How do you learn a programming language?

    I´m learning by doing! Books never seemed to help me at all... I get an idea of a program I´d like to make and then piece by piece I look up how to create it online. For example: if I want to make a text editor, I look up how to format the text in one place and how to save in another. Then combining them and trying to write your own code is very good! I think it is the best way! That and read others source code and trying to understand it... But I believe that this is individual, something is better for me but it may not suite you

  8. #17
    ikonia is offline Newbie
    Join Date
    May 2009
    Posts
    24
    Rep Power
    0

    Re: How do you learn a programming language?

    I think this question is unique to each user.

    I'd look at what learning methods work for the person in question, then try to find material that falls in line with that.

    Some people respond better to instructor based learning, others to reading/self study, others interactive, others a mix.

    I think the question is unique to the person.

  9. #18
    sandeepnandal is offline Newbie
    Join Date
    Jun 2009
    Posts
    2
    Rep Power
    0

    Re: How do you learn a programming language?

    yes its true
    Quote Originally Posted by Dan View Post
    As per the title, how do you learn a programming language?

    I have used a combination of, tutorials, editing existing scripts for my needs as well as books (usually from amazon).

    I actually find editing existing scripts to be the most useful, although it is still hard to master a language such as C++

    What methods have other coders used?

  10. #19
    PGP_Protector's Avatar
    PGP_Protector is offline Programming Professional
    Join Date
    Jun 2009
    Posts
    253
    Rep Power
    11

    Re: How do you learn a programming language?

    Me, I started by doing the examples in the old Vic20 Magazines
    (Also helped me learn how to type)

    But I'm mostly self instructed, I had one class of Into to programing in HS, they were teaching Basic, I was trying to do all the examples in pascal on some old TRS-80s

    Now, I do a lot of my work in VB.NET (Works & gets the job done), but am converting to C# as I think that will help the income more in the current environment.

  11. #20
    Andrew.G's Avatar
    Andrew.G is offline Programming Expert
    Join Date
    Jun 2009
    Location
    Woodstock, GA
    Posts
    396
    Rep Power
    0

    Re: How do you learn a programming language?

    Book, classes, or video tutorials

Closed Thread
Page 2 of 6 FirstFirst 1234 ... LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Which programming language should I learn?
    By Jelllio in forum General Programming
    Replies: 9
    Last Post: 12-22-2010, 04:32 PM
  2. Replies: 45
    Last Post: 11-28-2010, 11:14 PM
  3. Is PHP the best web programming language to learn?
    By Kaabi in forum PHP Development
    Replies: 13
    Last Post: 07-31-2010, 07:26 AM
  4. Learn a Second Programming Language
    By crazycaw in forum General Programming
    Replies: 7
    Last Post: 07-15-2010, 07:37 PM
  5. which language to learn for GUI-programming?
    By joey7789 in forum General Programming
    Replies: 11
    Last Post: 05-26-2008, 10:03 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts