User profile: Bdanielz

User info
User name:Bdanielz
History
Joined:
Number of posts:506
Latest posts:

Recursion and Return Values [Help]
You might need to post the requirements of your program to get help. It is much harder to rework you...

Help with code
Do you need this to be a recrusive function? It is not clear to me reading your question.

student information
I would start by making your input loop functional. Then repost your code if you get stuck.

Looping Problem
What are you trying to accomplish with the printing? e.g. why are you using this [code]for(letter...

doubly linked list
Since you are using the keyword 'new' that would imply that you should follow the rule of three. htt...