Search:

Type: Posts; User: denwar

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    1,533

    #include #include ...

    #include <fstream.h>
    #include <iostream.h>

    int main()
    {
    ifstream infile("input.txt");
    ofstream outfile("wordlist.txt");

    char word;
  2. Replies
    10
    Views
    1,533

    Wordlist problem with code!!

    Obviously fro the source you can see i have no idea what i'm doing, but i hope you get the idea.



    #include <fstream.h>
    #include <iostream.h>

    int main()
    {
    ifstream infile("input.txt");
  3. Thread: Word sorting

    by denwar
    Replies
    1
    Views
    984

    Word sorting

    Hi, i need help with a couple of functions.

    I've got a text file with a list of words

    Eg.
    and ant any ape apt arc are ark arm art ash ask asp ass ate ave awe awl awn

    What i need to do is...
Results 1 to 3 of 3