Thread: C++ Programming Exercises?

  1. #1
    Registered User
    Join Date
    Mar 2011
    Posts
    3

    C++ Programming Exercises?

    Hi,
    I started learning C++ 2 days ago and I got the basics down with if functions and loops. But I'm feeling like I really didn't implement what I learned enough to strongly grasp the concepts. The website I use right now does not give any exercises to practice what I had just learned. The most I did was modify some example codes and thats about it.

    I was looking at some of the books so far but they seem to be a little outdated being about 6+ years old. Is there a book that teaches as well as gives exercises? If not where can I find some practice problems?

    Oh and on a side note. I found a website called project euler and I tried the first problem which is supposedly really easy but I couldn't solve it... Had to go to google to solve it. My friend said that to know that you are proficient in programming you have to be able to do these problems. I felt a little discouraged that I couldn't do it. Should I be?

  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
    There are some tutorials and exercises here -> C programming.com - Your Resource for C and C++ Programming

    Also, I shouldn't worry about not being able to tackle project euler after only 2 days of learning.
    But giving up and googling the answer straight away won't do you any favours in the long run.

    As with any learning, keep at it!
    Constant practice, keep looking for resources, keep reading the forum
    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
    Programming King Mr.777's Avatar
    Join Date
    Mar 2011
    Location
    Middle of NoWhere
    Posts
    320

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 20
    Last Post: 09-29-2010, 11:56 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