Search:

Type: Posts; User: traz

Search: Search took 0.02 seconds.

  1. Thread: Please HELP!!

    by traz
    Replies
    4
    Views
    1,862

    Please HELP!!

    Im new to programming but i take ok notes, my largest and smallest functions are not working but im not getting errors and i also have to print out a list of all the employees at the end ot entering...
  2. Replies
    2
    Views
    32,100

    update

    UPDATED CODE

    #include <pthread.h>
    #include <semaphore.h>
    #include <sys/time.h> /* timeval{} for select() */
    #include <stdio.h>
    #include <stdlib.h>
    ...
  3. Replies
    2
    Views
    32,100

    Producer consumer problem

    /* prodcons3.c is an implementation of the bounded buffer producer consumer
    problem. In this implementation there may be any number of producers and
    any number of consumers. The program is...
  4. Replies
    8
    Views
    1,114

    i believe ur missing the part that subtracts...

    i believe ur missing the part that subtracts potion limiting u to 3

    use a loop and something like potion -- everytime a potion is picked. easier to use functions to keep track of all this.
  5. Thread: Header File help

    by traz
    Replies
    3
    Views
    920

    i dont know why i did that, perhaps cause i was...

    i dont know why i did that, perhaps cause i was thinking about something else such as A*B and A*p but the latter wasnt given as an operation to do so i assume i shall take out the 3rd friend function...
  6. Thread: Header File help

    by traz
    Replies
    3
    Views
    920

    Header File help

    My prof gave me an assignment. it was to creat a header file and implement it. its similar to what i had the semister previous.

    Define and implement an abstract data structure "AlphaSet" to...
Results 1 to 6 of 6