Thread: Effective Learning

  1. #1
    Registered User
    Join Date
    May 2008
    Posts
    18

    Effective Learning

    Hi guys, its the noob again. I was curious, instead of searching for a tutorial or w/e on how to do something specific, is there a learning resource website that will actually give you a task and walk you through it so that you learn everything first hand? Thanks

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    There are some exercises on this site. There are probably exercises on other sites too.

    If you get a book (which you will, no doubt, need at some point sooner or later anyways), then it will most likely have some exercises in it.

    A "step by step" approach is fine, but sooner or later you will have to learn how to write YOUR OWN code. Start with something real simple, then make it more and more complex.

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

  3. #3
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    Not really.

    Most websites and tutorials will give you the basics on how somthing works and functions, it teaches you how to make it run, then you figure out how to improve it, add things to it etc.

    A book will have much more insight on somthing, explain a difficult topic more in depth, and some offer challenging exercises to test if you really can handle what you have been taught.
    Double Helix STL

  4. #4
    Registered User
    Join Date
    May 2008
    Posts
    18
    All right, thanks guys. Ive got an E-book, sams teach yourself c++ in 24 days, i havent had a chance to run through it yet, but has anyone read this book and find it insightful? Just curious.

  5. #5
    Its hard... But im here swgh's Avatar
    Join Date
    Apr 2005
    Location
    England
    Posts
    1,688
    I have that book yes.

    Its a good learning tool has some nice examples. Doesnt teach you any bad practices I could see. The only bad thing was the cd that comes with it, its awful. It doesnt however teach file reading or any Standard Template Library in depth, so I would advise sticking with it for now and get the basics down. When you are comfortable, move on to another book, Accelerated C++ is a popular choice for a second book.
    Double Helix STL

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