Search:

Type: Posts; User: nopcoder

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    1,529

    select/poll and Signal Safety

    Hi

    I am struggling to understand why one should use pselect()/ppoll() instead of wrapping an ordinary select() or poll() call around sigprocmask(). The linux man page talks about “race...
  2. Replies
    2
    Views
    849

    OK, thanks!

    OK, thanks!
  3. Replies
    2
    Views
    849

    iterator aftermath of editing a list

    What happens to an STL iterator when the list it is referring to changes, by adding and erasing elements (that are of course not being currently pointed by the iterator)? Is it still valid to use and...
  4. Replies
    6
    Views
    13,468

    STL Vector to Array

    Hi

    I need to convert a STL vector to an array so it can be passed to an API functions. Since I've heard that the vector class keeps the data in continues memory, I convert it through the following...
  5. Replies
    1
    Views
    989

    Path Variables

    Hi

    Is there an API function that provides translation of a path with special folder variables (such as %windir%, %temp%, %system% etc) to an ordinary path (one that you can pass to ex. fopen),...
Results 1 to 5 of 5