Search:

Type: Posts; User: oogabooga

Search: Search took 0.04 seconds.

  1. As an example of how to make this simpler. ...

    As an example of how to make this simpler.


    #include <iostream>
    #include <fstream>
    #include <cstdlib> // exit()
    #include <cctype> // isalpha(), tolower()

    int main() {
    std::ifstream...
  2. The whole "design" of this program is quite bad....

    The whole "design" of this program is quite bad. Think about what you actually want done. Here's how I understand it:


    From a text file, write to another file all the letters separated by commas....
Results 1 to 2 of 2