Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ece496

    Accessing SAME text file using multiple threads

    Thanks ArkM and Salem for your response. Salem, I like your suggestion. If you're familiar with C++ threads, would it be possible for you to give me a quick code sample? I'm really not sure how message passing and thread initiation works in C++. Many thanks for your help in advance.
  2. ece496

    Accessing SAME text file using multiple threads

    Hi again, I forgot to mention that I'm doing this on Linux using C++. Thanks again!
  3. ece496

    Accessing SAME text file using multiple threads

    Hi, My question is with regards to accessing the same text file from multiple threads. The code that each thread runs is in different files. Each thread has a write function. I have a main function (in a separate file) that initiates these threads. I want to open a file (perhaps using ofstream)...

Part and Inventory Search

Back
Top