Thread: Practice Problems

  1. #1
    Registered User
    Join Date
    Jan 2004
    Posts
    2

    Practice Problems

    Hi,

    I'm trying to continue my studies of C++ with a spare book after taking 2 years of high school C++. While this book is pretty good at explaining things, I feel that its practice problems/exercises are not sufficient for learning things. So if someone could give me a few problems to deal with operator overloading or inheritance or Pointers, I would really appreciate it.
    Last edited by Eultza; 01-02-2004 at 11:58 AM.

  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
    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
    Registered User
    Join Date
    Jan 2004
    Posts
    2
    I wasn't really looking for contests, just simple problems to learn the concepts better. Thanks though.

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Then I suggest you go back to your exercises in your book if you want something simple to do. Like for example reworking an existing problem using whatever it is you want to practice.

    Or you could practice on other peoples homework which gets posted here.

    It's all the same in the end - practice what you know.
    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.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. tile colliision detection problems
    By werdy666 in forum Game Programming
    Replies: 1
    Last Post: 10-23-2002, 09:26 PM
  2. Practice
    By Octorok101 in forum C++ Programming
    Replies: 1
    Last Post: 07-02-2002, 03:14 PM
  3. Coding Problems
    By RpiMatty in forum C++ Programming
    Replies: 12
    Last Post: 01-06-2002, 02:47 AM
  4. Problems with my RPG app
    By valar_king in forum Game Programming
    Replies: 1
    Last Post: 12-15-2001, 08:07 PM
  5. problems with too many warning messages?
    By Isometric in forum C Programming
    Replies: 9
    Last Post: 11-25-2001, 01:23 AM