Search:

Type: Posts; User: Gecko2099

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    10,392

    Well the program still doesn't quite work... ...

    Well the program still doesn't quite work...
    It's not printing the title of the documents for some reason, I guess when I changed the code I messed that up as well..
    and my search function is...
  2. Replies
    9
    Views
    10,392

    Thanks so much for your help. I understood your...

    Thanks so much for your help. I understood your comments and corrected my code accordingly. I also noticed i needed to change the:

    struct treenode {
    char *word;
    int occurence;
    struct...
  3. Replies
    9
    Views
    10,392

    Search Engine - Binary Search Tree

    I'm trying to make a small search engine using a binary search tree. The program reads in descriptions of books, stores each new book in a linked list, and each word of the description is stored in...
  4. Replies
    5
    Views
    11,781

    Its still a little sloppy, but its working! ...

    Its still a little sloppy, but its working! Thanks for the help everyone!
  5. Replies
    5
    Views
    11,781

    Airline Booking System - PLZ HELP

    I'm writing a program for an airline booking system that reads in an external file called tickets.txt that looks like this:
    1 L.A. 4 Kennedy Tim
    1 L.A. 4 Wu Wanmin
    1 L.A. 7 Jain Ankur
    1 L.A. 4...
Results 1 to 5 of 5