Search:

Type: Posts; User: Mareq

Search: Search took 0.00 seconds.

  1. Replies
    0
    Views
    2,217

    _posix_thread_process_shared

    I want to use process-shared POSIX semaphore under UNIX/LINUX. In this FAQ (E.7), I've found that "Portable applications should test _POSIX_THREAD_PROCESS_SHARED before using this facility.". Manuals...
  2. Thread: Thread library

    by Mareq
    Replies
    3
    Views
    2,180

    I'm programming under Linux, so you say, the best...

    I'm programming under Linux, so you say, the best choice is to use standard pthreads library and write my own C++ library? (Is there some free online tutorials/howtos for this topic?)
  3. Thread: Thread library

    by Mareq
    Replies
    3
    Views
    2,180

    Thread library

    I am rewriting my multithreaded (POSIX threads) Linux application from pure C into C++. I want to encapsulate pthreads functionality into some library. I've tryed to write my own, but it needs a lot...
  4. Thread: XML Parsing

    by Mareq
    Replies
    8
    Views
    2,353

    So is there anybody out there, who have some...

    So is there anybody out there, who have some experience with XML parsers and is willing to share it with me?
  5. Thread: XML Parsing

    by Mareq
    Replies
    8
    Views
    2,353

    Thank you very much for explaining SAX & DOM. ...

    Thank you very much for explaining SAX & DOM.

    About parsers... There are really very huge amount of them and I really do not know, which one I should use. My case, I think, is SAX parser, because...
  6. Thread: XML Parsing

    by Mareq
    Replies
    8
    Views
    2,353

    Why did they recommend you just TinyXML? Is there...

    Why did they recommend you just TinyXML? Is there some good reason for it?
  7. Thread: XML Parsing

    by Mareq
    Replies
    8
    Views
    2,353

    XML Parsing

    I'm trying to pass into my C++ linux application an XML document, which is describing some algorithm, that should be executed by application. I need to sequentially parse this document and after...
Results 1 to 7 of 7