Search Results

Showing results 1 to 10 of 10
Search took 0.01 seconds.
Search: Posts Made By: Duki ; Forum: C++ and child forums
Forum: C++ Apr 26th, 2009
Replies: 9
Views: 479
Posted By Duki
Oooh I like that one, That sounds fun.
Forum: C++ Apr 25th, 2009
Replies: 14
Solved: C++
Views: 908
Posted By Duki
Best C++ book I've ever used: C++ Programming: From problem analysis to problem design... by Malik.

Latest Edition...
Forum: C++ Apr 25th, 2009
Replies: 9
Views: 479
Posted By Duki
One of my favorite projects I worked on was a small RPG type game.

I can't remember it all, but I had classes that were derived from base classes.. these were the fighters. Elvaan, Hume, etc. ...
Forum: C++ Mar 5th, 2009
Replies: 11
Views: 1,010
Posted By Duki
can you post your updated code so that I know we're on the same page?
Forum: C++ Mar 5th, 2009
Replies: 11
Views: 1,010
Posted By Duki
No problem :)
1) Make sure the while loop is around the entire program... ending right before return 0 ; This way you can do "Try again? (y/n): " and you can change the if statement to if (letter...
Forum: C++ Mar 5th, 2009
Replies: 11
Views: 1,010
Posted By Duki
You could change your while condition to while(done) instead of while(!done)... however you then have the problem of when the user gets to the end of the program, it doesn't re-execute the...
Forum: C++ Mar 5th, 2009
Replies: 11
Views: 1,010
Posted By Duki
Forum: C++ Mar 5th, 2009
Replies: 11
Views: 1,010
Posted By Duki
I see a couple of things right off, but I haven't had time to get through the whole program.

1) You're not exiting your while loop until they select Done. Your condition is while(!done).

2) ...
Forum: C++ Mar 5th, 2009
Replies: 11
Views: 1,010
Posted By Duki
What type of "really odd things"?
Forum: C++ Sep 23rd, 2007
Replies: 3
Solved: Yes/No program
Views: 853
Posted By Duki
You first need to read this (http://www.daniweb.com/forums/announcement8-2.html)
Then you should read this (http://www.daniweb.com/forums/thread78223.html)
After reading, you should try your post...
Showing results 1 to 10 of 10

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC