Search:

Type: Posts; User: rybo7g

Search: Search took 0.00 seconds.

  1. Thread: output string

    by rybo7g
    Replies
    8
    Views
    1,488

    thanks, i forgot to check for numbers, we have a...

    thanks, i forgot to check for numbers, we have a short list of characters to worry about...

    thanks for all the input, i at least have some direction now. i'll get back to you with an update.
    ...
  2. Thread: output string

    by rybo7g
    Replies
    8
    Views
    1,488

    the function findconsonants, actually finds...

    the function findconsonants, actually finds vowels, and returns the (length minus the vowels found)... the value that is returned includes consonants and punctuation marks, so i subtracted them.
    ...
  3. Thread: output string

    by rybo7g
    Replies
    8
    Views
    1,488

    #include #include...

    #include<iomanip>
    #include<string>
    #include<cctype>
    #include<iostream>
    using namespace std;

    string format(string, int); //format word, first letter capital, rest lower
    int...
  4. Thread: output string

    by rybo7g
    Replies
    8
    Views
    1,488

    output string

    the program is designed to read in from a file and stop at the end of file. the file consists of about 45 words, that we are asked to reformat, count the punctuation marks, and consonants, etc.. the...
Results 1 to 4 of 4