Forum: C++
Apr 3rd, 2005, 3:31 PM
|
|
Replies: 8
Views: 347
Ok new question. Disregard previous questions....
Ok new question. Disregard previous questions. How do I get it to print the last 10 words of the file? And it won't even give me the first 10 words of files 2-5. It only works for words_emancip.txt
|
Forum: C++
Apr 3rd, 2005, 3:19 PM
|
|
Replies: 8
Views: 347
Here's my professor's sample output.
Select a...
Here's my professor's sample output.
Select a file by number from this list:
1 - words_emancip.txt
2 - words_flatland.txt
3 - words_macbeth.txt
4 - words_prince.txt
5 - words_purloin.txt
Your...
|
Forum: C++
Apr 3rd, 2005, 3:17 PM
|
|
Replies: 8
Views: 347
|
Forum: C++
Apr 3rd, 2005, 1:48 PM
|
|
Replies: 8
Views: 347
|
Forum: C++
Apr 3rd, 2005, 12:56 PM
|
|
Replies: 8
Views: 347
|
Forum: C++
Apr 2nd, 2005, 12:12 PM
|
|
Replies: 8
Views: 347
Help with sorting and counting?
Well, so far I have this program reading the first 10 words of a file. But what I need it to do is read all of the words, sort the words, count the words, and print the first and last 10 words of the...
|
Forum: C
Mar 31st, 2005, 1:58 PM
|
|
Replies: 8
Views: 354
|
Forum: C++
Mar 4th, 2005, 1:54 PM
|
|
Replies: 3
Views: 139
Sorting arrays
Howdy everyone.
I need some help in sorting an array, the example in my textbook is just not up to par.
Could someone write a simple short program in C (not C++) that sorts the elements of an...
|
Forum: C++
Feb 27th, 2005, 4:32 PM
|
|
Replies: 3
Views: 245
|
Forum: C++
Feb 27th, 2005, 4:24 PM
|
|
Replies: 3
Views: 245
C programming problem
I have an assignment due in my Intro to Programming class. I have it all except for one part is wrong. The program is supposed to add fractions. The problem lies with 1/11. My teacher put up his EXE...
|