Recent content by pergolesi

  1. P

    HP psc 750 in OS X

    Can someone please help me make my HP psc 750 work under OS X? Does anyone know if it is possible to get a driver for this printer/scanner? Thanks.
  2. P

    Writing an int to a file.

    Got it now. Life goes on. Thank You very much.
  3. P

    Writing an int to a file.

    I am stupid. But how do you write plain text. &int = writing in binary? What is the syntax to write a plain number?
  4. P

    Writing an int to a file.

    I compiled the code and executed the program. In the terminal the hexdump looks just like yours 0000000 00000 00704 0000004 but in finder the hexdump looks like this 00000000 00 00 02 c0 .... and...
  5. P

    Writing an int to a file.

    Both. When I'm writing to write a binary value a bus error occure, and when trying to write a text representation there is only blank fields. Insanity. Is there anybody who have experienced this kind problem?
  6. P

    Writing an int to a file.

    I'm trying to make an small c application, and one of the features is to write an int to a file, but it doesn't work. I can write anything else, using write and fwrite, like strings and chars, but when I'm trying to write an integer the program only writes empty spaces in the file.
  7. P

    Changing Permissions on Drives

    I had the same problem with another internal drive, where all my files are stored. I wanted to set the permission to protect it, but it was owned by the system (root), and had an unknown group. What you can do, is to go into super user mode in the commandline, and use chown (see; man chown)...
Back
Top