Thread: need website on cpp exercises

  1. #1
    Registered User
    Join Date
    May 2005
    Posts
    4

    need website on cpp exercises

    i just started learning c++. i have a number of books but none have any problems for me to work out. could someone recommend a website where i can find some intresting questions.

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Well there are plenty of questions posted on the board here - why not try some of them for yourself.

    I'm not suggesting you do other peoples homework, but doing the question just to know that you can is worthwhile in itself.

    The true test of understanding is to be able to easily explain it to someone else, so if you think you can answer a question, feel free to have a go
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Senior Member joshdick's Avatar
    Join Date
    Nov 2002
    Location
    Phildelphia, PA
    Posts
    1,146
    You could check out the Web pages for college courses. Here's one to get you started: http://www.cs.drexel.edu/%7Emcs171/Wi05/index.html

    They'll generally have lectures and assignments.
    FAQ

    "The computer programmer is a creator of universes for which he alone is responsible. Universes of virtually unlimited complexity can be created in the form of computer programs." -- Joseph Weizenbaum.

    "If you cannot grok the overall structure of a program while taking a shower, you are not ready to code it." -- Richard Pattis.

  4. #4
    Hardware Engineer
    Join Date
    Sep 2001
    Posts
    1,398

    It's not a website, but...

    One of the things I liked ablut Teach Yourself C+ in 21 Days, by Jesse Liberty, was the way it was structured for self-study. There are questions & exercises at the end of each "day", with answers & solutions in the back.

  5. #5
    Registered User Queatrix's Avatar
    Join Date
    Apr 2005
    Posts
    1,342
    Try a google search.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How's my new Website
    By asbo60 in forum General Discussions
    Replies: 53
    Last Post: 07-10-2009, 10:10 AM
  2. Replies: 2
    Last Post: 04-09-2006, 07:20 PM
  3. Multiple Cpp Files
    By w4ck0z in forum C++ Programming
    Replies: 5
    Last Post: 11-14-2005, 02:41 PM