Forum: C++ Oct 5th, 2009 |
| Replies: 21 Views: 687 Thanks for the reply.
I want to duplicate any 4 words in my word list, and it could be anywhere in the output. I probably prefer to have it at the beginning of the list though and hopefully that... |
Forum: C++ Oct 5th, 2009 |
| Replies: 21 Views: 687 This is the latest code that I have to duplicate 4 words in my list. I am currently experiencing "base operand of '->' is not a pointer errors", and I can't figure out how to fix it. Am I going in... |
Forum: C++ Oct 4th, 2009 |
| Replies: 21 Views: 687 Hey, In my duplicateWords function, I have been trying to figure out for a couple of hours how to create duplicates for 4 different names in the list. Will someone help lead me in the right direction... |