Search results

  1. W

    Two users writing to same file in C?

    I understand I may create a file full of garbage when I let two users write into the same file at the same time using C's fprintf. I need a solution to this for a multi-user application that is supposed to write log into a single log file. Is there a standard strategy to solve this in C? (I...
  2. W

    Learning to program for OSX

    Owater, When you can't use ProjectBuilders editor you could try 'vi'. (as TextEdit does not save in plain text as far as I know.) VI is a rudimentary editor available on the Terminal command line. I suggest you open two terminal windows, one to run your a.out and one to keep editing and...
  3. W

    Learning to program for OSX

    Owater, A small question with many many answers... If I read you correctly you have no experience with programming languages. Now that implies you first need to learn at least one. When you start learning a programming language you will also need to learn ProjectBuilder, the I(ntegrated)...
  4. W

    some terminology questions.

    Hi, I am a programmer (Cobol, RPG) that was originally schooled in Pascal. For job reasons I recently learned myself C programming. (I have to confess it changed my negative attitude towards that language into a positive one; after some sweating:) However, I find myself having trouble with...
Back
Top