about projects

is there projects for beginners which are long,easy and there difficulty curve increasing by time that i can be good as a beginner .
closed account (37oyvCM9)
http://www.learncpp.com/ is a good site...and this one :)
Last edited on
Hi,

Check out Project Euler, they have problems which start out fairly easy and get progressively harder. Lessons learnt in earlier questions are needed for later questions. Note that one has to come up with a clever solution, brute force isn't the answer, so some research is involved.

Even though the very first question can be solved with any ordinary and seemingly obvious code, there is actually a mathematical shortcut.

There are many other similar type sites such as online judge etc.

Good Luck !!
codeabbey is also pretty good site
I agree, Project Euler is definitely a good option, but I wouldn't say its very meant for beginners

As myself, I used learncpp.com and read all the tutorials, did all the exercises. and then went to Project Euler.
Topic archived. No new replies allowed.