C++ Exercises

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Wous Mant

    C++ Exercises

    Hello,
    I am a student in an university and studying C++.Final exams are
    coming.I'd like to solve as much exercises as possible.I'd like you to
    test myself with different kind of exercises.Do you know any website
    where there are exercises with solutions so I can try to solve them
    and can look at the solutions when I'm stucked.I'd like to get
    exercises about;
    Strings
    Arrays
    Pointers
    Dynamic Memory Allocation
    Classes
    Inheritance
    Exception Handling

    Or if you have some can you please send them to
    wous505@yahoo.c om

    Thank you in advance
  • rossum

    #2
    Re: C++ Exercises

    On 7 May 2004 12:08:22 -0700, wous505@yahoo.c om (Wous Mant) wrote:
    [color=blue]
    >Hello,
    >I am a student in an university and studying C++.Final exams are
    >coming.I'd like to solve as much exercises as possible.I'd like you to
    >test myself with different kind of exercises.Do you know any website
    >where there are exercises with solutions so I can try to solve them
    >and can look at the solutions when I'm stucked.I'd like to get
    >exercises about;
    >Strings
    >Arrays
    >Pointers
    >Dynamic Memory Allocation
    >Classes
    >Inheritance
    >Exception Handling
    >
    >Or if you have some can you please send them to
    >wous505@yahoo. com
    >
    >Thank you in advance[/color]

    Try these:



    Definitions of algorithms, data structures, and classical Computer Science problems. Some entries have links to implementations and more information.




    All from the FAQ:



    rossum


    --

    The Ultimate Truth is that there is no Ultimate Truth

    Comment

    • Wous Mant

      #3
      Re: C++ Exercises

      Probably you missunderstood me.I am looking for questions like we get
      in the exam.So by solving them,I can be prepared.Every help and link
      is appriciated.
      Thank you

      Comment

      • Alf P. Steinbach

        #4
        Re: C++ Exercises

        * wous505@yahoo.c om (Wous Mant) schriebt:[color=blue]
        > Probably you missunderstood me.I am looking for questions like we get
        > in the exam.So by solving them,I can be prepared.Every help and link
        > is appriciated.[/color]

        1) The FAQ is a good place to start.
        2) Your lecturer should ideally be a good person to ask.
        3) Google and other search engines are your friends.

        Presumably you have text-book, which one is that?

        If it is a good one, try to do the exercises in the book.

        Hth.

        - Alf

        --
        A: Because it messes up the order in which people normally read text.
        Q: Why is top-posting such a bad thing?
        A: Top-posting.
        Q: What is the most annoying thing on usenet and in e-mail?

        Comment

        • osmium

          #5
          Re: C++ Exercises

          Wous Mant writes:
          [color=blue]
          > Probably you missunderstood me.I am looking for questions like we get
          > in the exam.So by solving them,I can be prepared.Every help and link
          > is appriciated.[/color]

          Usenet is a lossy medium, that is, we don't all get all the messages. When
          you respond without attribution, as you did here, it makes it very hard to
          help. As I see this complete thread you asked a question and got what looks
          to me like one reasonable answer and another answer which presumes you are
          too <something> to look at your text book. You must post a *complete*
          thought to get non-insulting help. You may get insulted anyway, that's the
          nature of the beast.


          Comment

          • Karl Heinz Buchegger

            #6
            Re: C++ Exercises

            Wous Mant wrote:[color=blue]
            >
            > Probably you missunderstood me.I am looking for questions like we get
            > in the exam.So by solving them,I can be prepared.Every help and link
            > is appriciated.
            > Thank you[/color]

            rossum has posted a number of links.
            Among them is


            I just took a look at it. If you can solve them
            you don't have to worry about your exam.

            --
            Karl Heinz Buchegger
            kbuchegg@gascad .at

            Comment

            • Dave Townsend

              #7
              Re: C++ Exercises


              Take a look at the Bjarne Stroustrup's C++ book, I think
              there's actually a C++ Answer book which has solutions
              to the exercises.


              "Wous Mant" <wous505@yahoo. com> wrote in message
              news:3f123f57.0 405071108.2cf68 ba3@posting.goo gle.com...[color=blue]
              > Hello,
              > I am a student in an university and studying C++.Final exams are
              > coming.I'd like to solve as much exercises as possible.I'd like you to
              > test myself with different kind of exercises.Do you know any website
              > where there are exercises with solutions so I can try to solve them
              > and can look at the solutions when I'm stucked.I'd like to get
              > exercises about;
              > Strings
              > Arrays
              > Pointers
              > Dynamic Memory Allocation
              > Classes
              > Inheritance
              > Exception Handling
              >
              > Or if you have some can you please send them to
              > wous505@yahoo.c om
              >
              > Thank you in advance[/color]


              Comment

              • Pmb

                #8
                Re: C++ Exercises


                "Dave Townsend" <datownsend@com cast.net> wrote in message
                news:muidnZ9zpf oTky3dRVn-vA@comcast.com. ..[color=blue]
                >
                > Take a look at the Bjarne Stroustrup's C++ book, I think
                > there's actually a C++ Answer book which has solutions
                > to the exercises.
                >
                >
                > "Wous Mant" <wous505@yahoo. com> wrote in message
                > news:3f123f57.0 405071108.2cf68 ba3@posting.goo gle.com...[color=green]
                > > Hello,
                > > I am a student in an university and studying C++.Final exams are
                > > coming.I'd like to solve as much exercises as possible.I'd like you to
                > > test myself with different kind of exercises.Do you know any website
                > > where there are exercises with solutions so I can try to solve them
                > > and can look at the solutions when I'm stucked.I'd like to get
                > > exercises about;
                > > Strings
                > > Arrays
                > > Pointers
                > > Dynamic Memory Allocation
                > > Classes
                > > Inheritance
                > > Exception Handling
                > >
                > > Or if you have some can you please send them to
                > > wous505@yahoo.c om
                > >
                > > Thank you in advance[/color][/color]

                I have Deitel's text "C++; How to Program" and I find it to be an excellent
                text. I got the package deal where it comes with some software, but that may
                be the only way it comes (someone gave it to me). It has answers to review
                exercises and it has the source code to some of the programming exercises.

                Pmb


                Comment

                • Pmb

                  #9
                  Re: C++ Exercises


                  "Pmb" <someone@somewh ere.com> wrote in message
                  news:IpOdnT0BAr CE8i3dRVn-iQ@comcast.com. ..[color=blue]
                  >
                  > "Dave Townsend" <datownsend@com cast.net> wrote in message
                  > news:muidnZ9zpf oTky3dRVn-vA@comcast.com. ..[color=green]
                  > >
                  > > Take a look at the Bjarne Stroustrup's C++ book, I think
                  > > there's actually a C++ Answer book which has solutions
                  > > to the exercises.
                  > >
                  > >
                  > > "Wous Mant" <wous505@yahoo. com> wrote in message
                  > > news:3f123f57.0 405071108.2cf68 ba3@posting.goo gle.com...[color=darkred]
                  > > > Hello,
                  > > > I am a student in an university and studying C++.Final exams are
                  > > > coming.I'd like to solve as much exercises as possible.I'd like you to
                  > > > test myself with different kind of exercises.Do you know any website
                  > > > where there are exercises with solutions so I can try to solve them
                  > > > and can look at the solutions when I'm stucked.I'd like to get
                  > > > exercises about;
                  > > > Strings
                  > > > Arrays
                  > > > Pointers
                  > > > Dynamic Memory Allocation
                  > > > Classes
                  > > > Inheritance
                  > > > Exception Handling
                  > > >
                  > > > Or if you have some can you please send them to
                  > > > wous505@yahoo.c om
                  > > >
                  > > > Thank you in advance[/color][/color]
                  >
                  > I have Deitel's text "C++; How to Program" and I find it to be an[/color]
                  excellent[color=blue]
                  > text. I got the package deal where it comes with some software, but that[/color]
                  may[color=blue]
                  > be the only way it comes (someone gave it to me). It has answers to review
                  > exercises and it has the source code to some of the programming exercises.
                  >
                  > Pmb[/color]

                  See also --



                  Pmb


                  Comment

                  Working...