Thread: exercises in c++

  1. #1
    DESTINY BEN10's Avatar
    Join Date
    Jul 2008
    Location
    in front of my computer
    Posts
    804

    exercises in c++

    hi all,
    i'm new to c++ and although i'm able to do most of the basic things,i need some practice.thus,anybody know any site providing good c++ exercises (especially classes, structures, and general OOP stuff, which I really need to practice).
    thanks

  2. #2
    Registered User
    Join Date
    Apr 2008
    Posts
    6
    I think the best way to improve Your skills would be writing programs, maybe joining open source project instead doing exercises.

    However if You don't mind algorithm related problems You can try:
    http://acm.uva.es/problemset/
    http://www.topcoder.com/

  3. #3
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    Well, algorithm related problems don't really have much to do with OOP.

    An extremely popular exercise undertaken by many is making a simple game. Start with a console game first. Don't make it big and complex, but practice as much OOP as possible. The problem with an unrealistically huge and complex game is that you will never finish it.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Dietel C How to program exercises
    By droseman in forum C Programming
    Replies: 4
    Last Post: 10-02-2008, 09:55 AM
  2. seeking for exercises
    By smoking81 in forum Linux Programming
    Replies: 7
    Last Post: 09-14-2008, 06:46 PM
  3. C programe Exercises?
    By RahulDhanpat in forum C Programming
    Replies: 10
    Last Post: 02-29-2008, 01:26 PM
  4. Exercises
    By blankstare77 in forum C++ Programming
    Replies: 2
    Last Post: 08-31-2005, 05:46 PM
  5. Where can i find C exercises to do?
    By Nutshell in forum C Programming
    Replies: 4
    Last Post: 02-21-2002, 02:33 AM