Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. niru1972

    how do i use string chunk and hash

    how do i use string chunk and hash table for comparing two files. i have a file1 which is a dictionary file and file2, whatever words are common in both have to be displayed
  2. niru1972

    if i have a file with input as

    if i have a file with input as one two three how can i do str=fgets(buf, 30, file) what should i declare str as?
  3. niru1972

    how do i compare the words in the f

    how do i compare the words in the file, do i have to read the characters using getc till i get a space and put them in an array and then compare it with the next file
  4. niru1972

    i need to compare two files, the fi

    how do i compare the words in the file, do i have to read the characters using getc till i get a space and put them in an array and then compare it with the next file
  5. niru1972

    i need to compare two files, the fi

    i need to compare two files, the first file is a kind of dictionary with all the words and the second file is having some data in it. i need to compare the words in file2 with that in file1 , if the word of file2 exists in file1 then i have to print the word, and the offset of the word in the...
  6. niru1972

    fseek

    I need to write a c program with a executable prj1, which may be invoked as: prj1 DictFile File1... which produces on standard output a index of the words in File1... . DictFile should specify a file containing a list of the words to be indexed, a single word per line. Specifically, the...

Part and Inventory Search

Back
Top