Forum: C++ Dec 11th, 2008 |
| Replies: 8 Views: 501 that worked but I still am having an issue with the a compiling error
for char* author; |
Forum: C++ Dec 7th, 2008 |
| Replies: 8 Views: 501 The issue is with these two snippets of code:_______________________________________________________________________________________________________
cout << "The value of Book A's Author and Title... |
Forum: C++ Nov 17th, 2008 |
| Replies: 8 Views: 501 I tried that and ended up with a compiler error and I still don't know what I did wrong |
Forum: C++ Nov 16th, 2008 |
| Replies: 8 Views: 501 I'm having an issue that so that Book A and Book B's Author and Title will print at the end of the program. So This will verify that the overloaded = is functioning.
... |
Forum: C++ Oct 23rd, 2008 |
| Replies: 3 Views: 357 she wants it to do whats in the description |
Forum: C++ Oct 21st, 2008 |
| Replies: 1 Views: 580 Modify the original Hero's Inventory I assignment to allow the user to create an inventory which not only holds the name of the objects obtained, but their point values as well. You will do this... |
Forum: C++ Oct 21st, 2008 |
| Replies: 3 Views: 357 Create a program which will create a Hero's Inventory. The program should take the user input (a number) and put that item into the inventory (for example, if the user enters 1. Sword, the program... |
Forum: C++ Oct 16th, 2008 |
| Replies: 7 Views: 1,306 I need a little help, I'm still new to the C++ stuff and this is for my class. Any help anyone could give me would be great.
the code I have is as follows:... |
Forum: C++ Oct 14th, 2008 |
| Replies: 0 Views: 224 I need some help trying to figure out the void statements for my project and also getting this second program Factorial Program without recursion to work right.
#include <iostream>
#include... |