•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the C++ section within the Software Development category of DaniWeb, a massive community of 427,101 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,202 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C++ advertiser: Programming Forums
Views: 186 | Replies: 1
![]() |
•
•
Join Date: May 2008
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
Problem 1a: Write a program that generate random text as follows:
the uses chooses a max number of words
it reads in a text file
chooses a random word
it prints the random word
it then finds the next instance of that word in the file
it selects the word following the word it just found
it prints this word
if find reaches the end of the document it starts at the beginning again.
The program will terminate if it loops all the way around and lands on the same place.
The program terminates if it generates the max number of words.
Problem 1b: Try the above but after generating the first two words, it must match
sequences of two words rather than just one.
the uses chooses a max number of words
it reads in a text file
chooses a random word
it prints the random word
it then finds the next instance of that word in the file
it selects the word following the word it just found
it prints this word
if find reaches the end of the document it starts at the beginning again.
The program will terminate if it loops all the way around and lands on the same place.
The program terminates if it generates the max number of words.
Problem 1b: Try the above but after generating the first two words, it must match
sequences of two words rather than just one.
•
•
Join Date: Aug 2005
Location: near St Louis, Missouri, USA
Posts: 11,197
Reputation:
Rep Power: 38
Solved Threads: 932
You posted your homework, now post the code you have written to solve it.
I think it's about time we voted for senators with breasts. After all, we've been voting for boobs long enough. ~Clarie Sargent, Arizona senatorial candidate
Those who are too smart to engage in politics are punished by being governed by those who are dumber. ~Plato
Those who are too smart to engage in politics are punished by being governed by those who are dumber. ~Plato
![]() |
•
•
•
•
•
•
•
•
DaniWeb C++ Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Help in Creating a Forum (Web Hosting Deals)
- Editing boot.ini (Windows NT / 2000 / XP / 2003)
- Searching for software with scanning, text/graphic editing, etc. functions (*nix Software)
- spybot german error message (Viruses, Spyware and other Nasties)
- Error when editing PHP lines in a theme file. (PHP)
- Set Accessibility Features for People Who are Blind or Who Have Low Vision in WinXP (Windows tips 'n' tweaks)
- Notepad VS. Something Else (Java)
Other Threads in the C++ Forum
- Previous Thread: Have problem using size_t type...
- Next Thread: What are the results for this?



Linear Mode