Thread: What should I study next?

  1. #1
    Registered User
    Join Date
    Feb 2011
    Posts
    144

    Question What should I study next?

    Hi, everyone. I'm 33 years old and computers are a hobby for me. I've never studied computers at Uni or worked professionally with them. I learned BASIC on the TRS-80, then 6809 assembly, then got an Amiga and learned 68000 assembly. In high school I dabbled in C, C++ and Pascal. I'm interested in using my programming skills to program AVR microcontrollers, maybe write a Wikipedia bot, and hopefully make myself useful to a Linux project or two one day.

    Recently I made the decision that I wanted to learn one language really well, so that instead of kinda-sorta knowing programming, I could become a guru in one language. I chose C99. I have read K&R 2nd edition from beginning to end. I've also read Sam's Teach Yourself C in 21 days, which covers the same material.

    So where do I go from here? To become a guru C programmer, what do I need to know now?

    Richard

  2. #2
    Registered User
    Join Date
    Jan 2011
    Posts
    36
    personally i think its good to know all types of programming in an out bu youve done more or less code line programming maybe try something like java easy and fast to pick up if you have c down and

  3. #3
    Registered User matrixx333's Avatar
    Join Date
    Mar 2009
    Posts
    67
    May I recommend data structures (hash tables, trees, lists, etc.) and algorithms (sorting, searching, etc)....seems like the next logical step.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. What should I study
    By santiman12 in forum A Brief History of Cprogramming.com
    Replies: 6
    Last Post: 07-15-2008, 08:08 AM
  2. Seeking Participants for Outsourcing Study
    By lobal in forum A Brief History of Cprogramming.com
    Replies: 2
    Last Post: 01-10-2006, 06:54 PM
  3. c-program for a case study!!!
    By zodi in forum C Programming
    Replies: 6
    Last Post: 07-29-2005, 02:38 PM
  4. study tips
    By ZakkWylde969 in forum A Brief History of Cprogramming.com
    Replies: 29
    Last Post: 10-24-2003, 10:06 PM
  5. Home study course on Visual C++, your opion please
    By 747ken in forum C++ Programming
    Replies: 9
    Last Post: 10-14-2003, 09:06 AM