Search:

Type: Posts; User: m-kosier

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,858

    ahh that makes complete sense. Thank you very much

    ahh that makes complete sense. Thank you very much
  2. Replies
    5
    Views
    1,858

    Ok I figured out the problem but now I have a new...

    Ok I figured out the problem but now I have a new problem. It says that all the functions that use T->table[T->value] as a parameter are incompatible types. I thought I knew how to make arrays of...
  3. Replies
    5
    Views
    1,858

    oh and here's the source file list.c: ...

    oh and here's the source file list.c:



    #include "list.h"
    #include <stdio.h>
    #include <stdlib.h>
    #include <string.h>

    LLnode* listSearch(struct List *L, int key)
  4. Replies
    5
    Views
    1,858

    Help with errors in compiling

    I am writing a program that works with hash tables using chaining. I have all my functions typed up but it keeps giving me the error:

    error: conflicting types for (some function)
    note: previous...
  5. Replies
    4
    Views
    918

    Thank you! I just changed how I found the size of...

    Thank you! I just changed how I found the size of the file. But is there a way to go back to the beginning of the file besides closing it and re-opening it?
    Sorry about the spacing it did that when...
  6. Replies
    4
    Views
    918

    Inputing a file to an array

    I made a simple program to input a text file into an array and then have have the user search for any number in the array. The search function works fine, I have tested it multiple times. But for...
Results 1 to 6 of 6