Here are some problems. Easy to harder from my stand point.
1) hello world
2) Advance calculator
3) RPG game
4) your own string class
5) your array class
6) single linked list
7) array class using linked list
8) double linked list
9) Praiser
10) ...out of ideas
Printing shapes
a) Draw a square
b) Draw right triangle
c) Draw diamond
d) Draw Christmas tree
e) Draw a diamond inside a square
Recursive
I) create recursive adding function that returns a multiplication of paramerter a and paramerter b
II) create recursive factorial function (no cheating)
III)create recursive Fibonacci (no cheating )
IV) create recursive string.reverse function, that reverses a char *str, recursively.
Last edited by firstPerson; Aug 24th, 2009 at 10:41 pm.
Reputation Points: 840
Solved Threads: 594
Senior Poster
Online 3,864 posts
since Dec 2008