Search:

Type: Posts; User: Natta

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,319

    Uninitialized in this function? - URGENT

    NEVERMIND, got help. Just needed to malloc the minionsEncountered variable


    Need help with this urgent, assignment due very very soon.

    Am trying to make a function that counts all the...
  2. Replies
    5
    Views
    4,120

    Ohh ok I am starting to understand it better now....

    Ohh ok I am starting to understand it better now. I would not usually use these typedef stuff but its for uni and they are just making us use them. I knew I was close but just didn't know enough...
  3. Replies
    5
    Views
    4,120

    Thanks for the help, but it still doesn't seem to...

    Thanks for the help, but it still doesn't seem to work. The scanf fix worked fine, but I changed the code to what you suggested:


    struct bids {
    int bidAmount;
    int unique;
    struct bids **right;...
  4. Replies
    5
    Views
    4,120

    Incompatible Pointer Type Errors

    Hey I have been making an auction kind of prgram where the lowest unique bid wins. Upon compilation I ran into these errors that I could not fix:

    Auctions.c: In function ‘main’:
    Auctions.c:27:...
Results 1 to 4 of 4