Search:

Type: Posts; User: Dimes

Search: Search took 0.00 seconds.

  1. Replies
    10
    Views
    3,666

    Can I see your Makefile?

    Can I see your Makefile?
  2. Replies
    10
    Views
    3,666

    You ran the program correctly?

    You ran the program correctly?
  3. Replies
    10
    Views
    3,666

    The words aren't broken up at spaces because...

    The words aren't broken up at spaces because there aren't supposed to be any in the input file. There is code (not given) that strips all non-alphabetical characters (except new lines) from the input...
  4. Replies
    10
    Views
    3,666

    The arguments are for something latter in the...

    The arguments are for something latter in the problem. Input format is:

    ./huffman -{d, g} <int> <filename> < <input file>

    Note that the none of the arguments matter, as long as they are there...
  5. Replies
    10
    Views
    3,666

    Problem with malloc(), maybe extern??

    Hello friends,

    I am working on a school assignment, and I seem to be having trouble with malloc. The assignment is to find the correct huffman encoding for a file given as input. To do this I have...
  6. Replies
    2
    Views
    2,874

    Thanks coedplug. Changing pshared from 0 to 1...

    Thanks coedplug. Changing pshared from 0 to 1 fixed the problem. I had actually read the page you posted and read about setting pshared, I just had a momentary lapse in reason and misunderstood what...
  7. Replies
    2
    Views
    2,874

    Need help with posix semaphores.

    Hello, I have this assignment where we need to use semaphores to avoid risk conditions. I understand the concept, but I still cannot get my program to work. Basically, the idea is to have a process...
Results 1 to 7 of 7