Results 1 to 9 of 9

Thread: What do I do next?

  1. #1
    Join Date
    Jul 2009
    Location
    Karachi, Pakistan
    Beans
    194
    Distro
    Ubuntu 10.04 Lucid Lynx

    What do I do next?

    Hello all,
    I am a beginner in programming. I started with C and C++. I have studied classes and objects etc. Now when I move forward, I see virtual functions, namespaces and the like which usually deal with better program organization, readability and efficiency. However, I don't do projects big enough where these things actually make a difference and the one project that is big enough, I am unable to use these nicely. So the question is, where do I go now?
    Thank you

  2. #2
    Join Date
    Mar 2009
    Location
    Buenos Aires, AR
    Beans
    2,325
    Distro
    Ubuntu

    Re: What do I do next?

    Do something useful with those skills...

  3. #3
    Join Date
    Jul 2009
    Location
    Karachi, Pakistan
    Beans
    194
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: What do I do next?

    Quote Originally Posted by juancarlospaco View Post
    Do something useful with those skills...
    like?

  4. #4
    Join Date
    Nov 2005
    Location
    Almeria, Spain
    Beans
    276
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: What do I do next?

    Pick an open source project you like, study the code and help with its development.
    Francisco Camenforte Torres
    http://fmct.blogspot.com

  5. #5
    Join Date
    Mar 2009
    Location
    Buenos Aires, AR
    Beans
    2,325
    Distro
    Ubuntu

    Re: What do I do next?

    Pick an open source project you like, study the code and help with its development.

    Or start a new one, something that is missing from the repos, and create an alternative.

  6. #6
    Join Date
    May 2008
    Location
    UK
    Beans
    1,451
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: What do I do next?

    or find something that you do regularly, that you think a program could do more efficiently - and write that.

    Don't pick something that someone else has suggested - it wont hold your interest.
    Tony - Happy to try to help.
    Unless otherwise stated - all code posted by me is untested. Remember to Mark the Thread as Solved.
    Ubuntu user number # 24044 Projects : TimeWarp - on the fly Backups

  7. #7
    Join Date
    Sep 2009
    Location
    Canada, Montreal QC
    Beans
    1,809
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: What do I do next?

    Why not start a project of your own? I brings a lot of experience and teaches you a lot as you encounter problems and finding ways to solve them.
    I know not with what weapons World War III will be fought, but World War IV will be fought with sticks and stones.
    Freedom is measured in Stallmans.
    Projects: gEcrit

  8. #8
    Join Date
    Jun 2006
    Location
    Brisbane, Australia
    Beans
    72
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: What do I do next?

    Now try writing a kernel module

  9. #9
    Join Date
    Jul 2008
    Location
    England
    Beans
    866

    Re: What do I do next?

    How about a simple computer game like paddle and a ball? Once you have done this, maybe look into making more complicated games.

    A customised media player for yourself? (I mean using a pre-existing media player library, not making the entire thing for yourself. The aim of something like this would be to improve on your placing GUI widgets and getting used to creating user interfaces.)

    Some backup application to backup files in specific folders on your computer?

    I have loads of things that I want to do but don't have time to start.
    Last edited by PaulM1985; February 24th, 2011 at 09:46 AM.

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
  •