Search:

Type: Posts; User: AnTriber

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    2,786

    OK, thanks. And I assume this will also work with...

    OK, thanks. And I assume this will also work with more than 2 processes.
  2. Replies
    3
    Views
    2,786

    Simple process synchronization question

    Hi,

    I have a relatively simple question about the best way to do process synchronization in C. I'm writing a multi-process application where I spawn multiple processes at the beginning using fork....
  3. That's not what I want. I want to use it for the...

    That's not what I want. I want to use it for the width and precision modifiers, which are given as "*.*"
  4. I tried casting it to uint32 and the compiler...

    I tried casting it to uint32 and the compiler doesn't issue a warning any more. But what in the case that readLen is > INT_MAX? It should never happen, but is it safe to just assume that?). I'm...
  5. Using a size_t variable as a width and precision modifier in printf

    OK, the title might sound a bit confusing. I'm currently converting code to work on 64 bit machines. One problem I'm having right now is the following call to printf:



    int readLen;
    pLine =...
Results 1 to 5 of 5