What EXACTLY is your question? posting 70 lines of code and saying "i'm not sure what to do" isn't really very helpful. Does this code you posted compile? Does it run? Do you not understand what it does? Does it not do something you think it should?
reading your post, nobody has any idea what kind of help you need, and few folk are going to take the effort to help you figure it out. The more details, the more focused your question (heck, you didn't even ASK a question), the more likely you are to get the help you need.
Never ascribe to malice that which can be adequately explained by stupidity.
Richard Lung
Greenhorn
Joined: Dec 07, 2009
Posts: 3
posted
0
sorry for not giving the detail problem.
so I want to create a snow flakes curves
something similar to this : http://www.owlnet.rice.edu/~comp212/06-spring/projects/kochCurve/koch.html and I am having problem with approaching the recursion.
I am stuck, so I tried to set the level, whenever the level is, I would keep continue to making it as level 1.
I know that the problem is the recursion because I keep doing reduce the level until 1.
sorry if it's not clear it's difficult to explain exactly how. please see the sample if you don't mind