CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2008
    Posts
    87

    Effective way of practicing?

    I'm trying to learn mostly VB .NET and C++ at the moment as some web languages. But this is mostly for VB and C++, what is an effective way of practicing what you have learnt? I tried looking for some example projects that i can do to kind of get used to programming and stuff but i can't seem to find any and i'm not very good at making up scenarios myself. Anyone have any ideas?

  2. #2
    Join Date
    May 2002
    Posts
    10,943

    Re: Effective way of practicing?

    One of the basic reasons why programming exists is because of people's need to make a computer accomplish a task to save them time. Think of things that take time for you. You can practice by making applications that save you time by doing those tasks.
    If the post was helpful...Rate it! Remember to use [code] or [php] tags.

  3. #3
    Join Date
    Dec 2005
    Location
    England
    Posts
    86

    Re: Effective way of practicing?

    If you can't think of anything to make, you can be sure other people will need stuff done for them. Try helping out around Web forums or IRC language help channels.

  4. #4
    Join Date
    Dec 2008
    Posts
    87

    Re: Effective way of practicing?

    Thanks for your replies. To be honest i don't think i'm good enough to offer my services to someone else i just want something that i can try to make to get better.

  5. #5
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: Effective way of practicing?

    Read some articles. Quite a few of the long-timers around here have written articles. Anyone is free to submit them for review as well. You can pick something you are interested in, and then try it out.
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

  6. #6
    Join Date
    Dec 2005
    Location
    England
    Posts
    86

    Re: Effective way of practicing?

    Don't worry — there are always plenty of newbie questions that even you can help with. Just be careful: if you don't know the answer then don't just guess. Try to find out the answer with Google or a book if you can — that way you both learn — but don't give answers that you think might be right without noting that ‘I'm not really sure, but...’. That can help, of course, especially on fast-moving mediums like IRC where you can use it as a step to help walk the person through debugging their code, but the most insidious ones to look out for are those where it seems to work, but it's not doing what you think it is. The user can happily take your recommendation, but end up with an incomplete understanding of the problem that will come back to bite them later on.

Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured