Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #4K
~10K People Reached

9 Posted Topics

Member Avatar for The Dude
Member Avatar for kortneycoles

I'm working on this code for class, I am not expecting anyone to do my homework but help would be appreciated. Nodes are confusing for me and my professor did not explain well. The errors I am getting are where I declare the functions, I dont know the nodeType(?) that …

Member Avatar for nataraja833
0
364
Member Avatar for ddanbe
Member Avatar for DUB1799

Only a small change is needed. int x, y; cout << "The desired sum to be rolled: " << endl; cin >> x; cout << endl; cout << "The number of times the dice are rolled to " << "get the sum of the dice = " << endl; cin …

Member Avatar for vmanes
0
1K
Member Avatar for agrbinoo.albaker

We won't help you unless you show us what code you have first. Daniweb does not do your homework for you.

Member Avatar for jwenting
0
208
Member Avatar for Ram J

We cannot just write the program for you but show us what you have already and we'll help.

Member Avatar for sanjulovers
0
216
Member Avatar for kortneycoles

I'm making a word descramble program for http://www.hackthissite.org/missions/prog/1/ . I think I have a lot of this code correct but I dont know how to read each indivdual character in the scrambled string and compare it to the letters in the unscrabled string from the word list. #include <iostream> #include …

Member Avatar for Member #46692
0
530
Member Avatar for kortneycoles

I'm making an address book for class and i'm stuck. The teacher helped with some of the code I already have. Sorry for the lack of comments. I need help with the function to add records and then save them. Thanks #include <iostream> #include <fstream> #include <iomanip> #include <string.h> using …

Member Avatar for kortneycoles
0
192
Member Avatar for kortneycoles

Hello all! I'm new to the forum and need some help. I finished most of the code already but I am stuck now. I'm trying to create a program that shows the interst and payment on a loan. I want to add som code that will sum the amount of …

Member Avatar for kortneycoles
0
188

The End.