Search:

Type: Posts; User: BigAngryDog

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    2,890

    Two New C++ Open Source Projects

    Guys & Gals,

    After a period characterized by blood, sweat and tears, not to mention a late night or two, I'd like to announce that I have just released two new C++ software projects of mine into...
  2. I'm not totally clear on why you would want to do...

    I'm not totally clear on why you would want to do this?

    You say 10 executables? If you want 10 exes, you will need 10 main() functions.

    What you could do is build one executable binary, and 9...
  3. Replies
    9
    Views
    7,408

    >i don't see what bothers you about fopen() over...

    >i don't see what bothers you about fopen() over open(), you can still use fcntl() or even flock() while having open your file with fopen(), just get back the fd with fileno().

    Because my past...
  4. Replies
    9
    Views
    7,408

    Hey thanks for response. >open() will do...

    Hey thanks for response.

    >open() will do buffering as long as you don't pass it the O_DIRECT flag.

    That's interesting. I admit to being a little confused on the issue. There's an interesting...
  5. Replies
    9
    Views
    7,408

    Approach to File Locking?

    Hi there,

    I'm writing a class which can be used to read/write files. I want to implement file locking, and wondering how best to achieve it in Linux.

    I understand that to lock files using...
Results 1 to 5 of 5