• + 0 comments

    I cant read common words list.

        string filename = "words.txt";
        readfile.open( filename.c_str() );
    

    ? Any suggestion.