View Poll Results: How do you learn programming?

Voters
77. You may not vote on this poll
  • At School

    16 20.78%
  • Self Taught

    58 75.32%
  • Self Taught (study or buddy group)

    3 3.90%

Thread: How are you learning programming?

  1. #16
    Meow Pendragon's Avatar
    Join Date
    Sep 2001
    Location
    Swindon, UK
    Posts
    723
    I'm reading books... C++ was my first language. Learnt out of several books.

    I'm developing quite a library of computer hardware/software/development/cryptography books. I also made full use of the CD ROMS that came with the books and the internet of course, also from other programmers I know.

    Then I'll get taught it all again in university. (C, C++ and Java[argle!] that is...).

    -Pendragon

  2. #17
    Meow Pendragon's Avatar
    Join Date
    Sep 2001
    Location
    Swindon, UK
    Posts
    723
    Hmm... shouldn't this really be in the GD board rather than C++?

  3. #18
    left crog... back when? incognito's Avatar
    Join Date
    Oct 2001
    Posts
    1,427
    Well maybe....you're the second person that asks this same question.

  4. #19
    Registered User heat511's Avatar
    Join Date
    Dec 2001
    Posts
    169
    im half and half
    lol

    i learn stuff at school and try out crazy stuff that i've been thinking about at home
    "uh uh uh, you didn't say the magic word"
    -Jurassic Park

  5. #20
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    I need to get in tough with that Exterra guy... neither of us are out of High school... Sorry if I have the wrong name - whoever has the SpngeBob avatar...

  6. #21
    left crog... back when? incognito's Avatar
    Join Date
    Oct 2001
    Posts
    1,427
    Well man I don't who you're talking about....what grade are you in?
    There are some real morons in this world please do not become one of them, do not become a victim of moronitis. PROGRAMMING IS THE FUTURE...THE FUTURE IS NOW!!!!!!!!!

    "...The only real game I thank in the world is baseball..." --Babe Ruth

    "Life is beautiful"-Don Corleone right before he died.

    "The expert on anything was once a beginner" -Baseball poster I own.


    Left cprog on 1-3-2005. Don't know when I am coming back. Thanks to those who helped me over the years.

  7. #22
    Meow Pendragon's Avatar
    Join Date
    Sep 2001
    Location
    Swindon, UK
    Posts
    723
    Exterria?

  8. #23
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    Yeah that's him. Two things - in my other message, I meant in touch, not tough, and I'm in 9th grade.

  9. #24
    Registered User
    Join Date
    Aug 2001
    Posts
    47
    I taught myself C++ by going to websites and exerimenting. Though I've still got a little ways to go in terms of OO design, I can write relatively well-organized code to solve most problems.

    I joined the AP CompSci A class under the impression that, though the beginning stuff would be simple, it would eventually help me to get a more academic view of programming and a better idea of how to design my classes. I was sadly mistaken. When the teacher (though a CompSci major) has to give your code to an ex-student to grade because he doesn't understand linked lists (or at least their implimentation in C++), you know you're in the wrong class. Basically, it's a free period for me, and it's the last period of my day, so I can get some homework done during it. And I'm getting AP credits. So it's not all that bad. But it's not where I learned how to program. If anything, it's where I try to help teach how to program.

  10. #25
    ¡Amo fútbol!
    Join Date
    Dec 2001
    Posts
    2,138
    Hey sean, how advanced are u? By the way, i am in 10th grade and have programming for about a year and a half.

  11. #26
    Still A Registered User DISGUISED's Avatar
    Join Date
    Aug 2001
    Posts
    499
    Geez sounds like you guys have some bad teachers. If you are at a college and paying for bad teaching ..that's just crazy. I would be in the dean's office complaining so fast it wouldn't even be funny.

    I am self taught to some extent..but fortunately I have excellent and extremely experienced professors. These guys know what they are doing and know how to teach it. Two of them in particular ..are insulted if you read the book that they are forced to assign to the course. They prefer to be called Mr. over being called Professor as well. They say that title has lost all value. It's funny.

    P.S This should be on the GD board

  12. #27
    Kiss the monkey. CodeMonkey's Avatar
    Join Date
    Sep 2001
    Posts
    937
    >>BTW, I think that this thread should be moved to the GD >>board, don't you?

    >>Or is it only about C++?

    It's C++.

    Self taught. teacher don't know what the f*$k they're doing.
    "If you tell the truth, you don't have to remember anything"
    -Mark Twain

  13. #28
    Kiss the monkey. CodeMonkey's Avatar
    Join Date
    Sep 2001
    Posts
    937
    >>teacher

    Teachers
    "If you tell the truth, you don't have to remember anything"
    -Mark Twain

  14. #29
    Registered User zahid's Avatar
    Join Date
    Aug 2001
    Posts
    531
    Yeah.. at school..

    A good learner must be a self learner. But the question here is if he/she needs help or guide from school.

    Here the question is about programming not in any specific language. School guide me in a formal way.. all ins,out. and I'm forced to move with class. And least, it follows text books.
    [ Never code before desk work ]
    -------------------------------------:-->
    A man who fears Nothing is the man who Loves Nothing
    If you Love Nothing, what joy is there in your life.
    =------------------------------------------------------= - I may be wrong.

  15. #30
    Registered User JTtheCPPgod's Avatar
    Join Date
    Dec 2001
    Posts
    44
    Originally posted by DISGUISED
    Geez sounds like you guys have some bad teachers. If you are at a college and paying for bad teaching ..that's just crazy. I would be in the dean's office complaining so fast it wouldn't even be funny.
    Nah, I'm in highschool... And i wouldnt say i have a bad teacher, just he kinda lets us explore and helps us if we need it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Machine Learning with Lego Mindstorms
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 01-30-2009, 02:34 PM
  2. Best Approach for Learning
    By UCnLA in forum C Programming
    Replies: 5
    Last Post: 03-21-2008, 02:35 AM
  3. Need Help On a Simple Bank Program
    By oobootsy1 in forum C# Programming
    Replies: 9
    Last Post: 08-08-2005, 10:51 AM
  4. Fun Learning a New Language
    By UnregdRegd in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 09-30-2003, 10:03 PM
  5. Learning Rate Of C++
    By Krak in forum C++ Programming
    Replies: 27
    Last Post: 01-29-2003, 01:53 PM