AceTheInterview
Jobs in Pune | Work better in teams | Socialize with friends | Submit Q&A | Tell a friend
Search site for 

Top 100 Interview Questions & Answers in a convenient and easy to read book!

“I bought this guide a few days ago to prepare for my interview with Oracle. Many of the questions they asked me were from this guide. I found this book absolutely great!”

– Ravi, California

Read more comments...

Interview Questions And Answers RSS Feed

Answers »

  1. Submitted By: Sachin — October 6, 2006
    +4 votes
      + -

    No. C++ does not support in-built Multithreading. To do so, you must use the operating system functions manually.

  2. Submitted By: Venu — October 6, 2006
    +4 votes
      + -

    Better use pthread library.

  3. Submitted By: Tom DiFilippo — January 27, 2007
    +6 votes
      + -

    This depends on your definition of ’support’. C++ utilizes pthread library to support multiple points of execution. So C++ does not have an intrinsic thread class, but provides the necessary tools through for instance multiple definition of a single class, heap support, etc. that permit threading. The pthread library connects an Operating System’s threading model to the pthread syntax, providing the low level objects (semaphore,locks,queues) in a compatible manner. So C++ does not have an intrinsic threading model, but supports threading through the pthread library and C++ memory architecture.

  4. Submitted By: Ajay V — October 5, 2007
    +1 votes
      + -

    The lates standard of C++ that came out is C99, which does not have any native threading support, OS\’s and libraries have their own variants.

    But the new standard C++0x will have ’standardized’ threading support (along with umpteen other advancements).

  5. Submitted By: shreejc — November 16, 2007
    not yet rated
      + -

    Ajay is right. Although C++ doesn’t have built-in support for threading right now, the next standard that’s coming up is going to take care of this shortcoming.

  6. Leave an Answer/Comment

    To prove you're a person (not a spam script), type the security text shown in the picture. Click here to regenerate some new text.
    Click to hear an audio file of the anti-spam word

Our Sponsors
Our Sponsors
Contact Us | FAQ | Sitemap | Terms of Use | Privacy Policy | Tell a Friend

Copyright © 1999-2006 Jeeve Technologies LLC. All rights reserved.