up vote 0 down vote favorite
share [g+] share [fb]

C++ Standards committe is to publish the new standards for the language we all love so much in 2010 and the biggest support that is being provided, is for multi-threaded applications.... this sounds exciting .... any more inputs on this???? ...

Thanks in advance....

link|improve this question
Read this: devx.com/SpecialReports/Article/38883 – Prasoon Saurav Dec 24 '09 at 5:30
feedback

3 Answers

If you don't have a specific question regarding the new standards, I recommend doing some Wikipedia/Google reading. Also, check out these c++0x StackOverflow questions.

link|improve this answer
Thank you Phoebus ... but the idea was to start a kind of a discussion wherein we all could share common knowledge at one place rather going through individual questions, which are more specific rather than generic towards the idea of C++0X standards.. – ASV Dec 24 '09 at 9:15
I recommend at least marking this "community wiki" then, just realize it's possible it may be closed as "not a real question", as we stick pretty heavily to the Q-A format around here. – phoebus Dec 24 '09 at 14:15
Thank you Phoebus.. that helps .. – ASV Dec 28 '09 at 6:09
feedback

For C++0x threads, check out http://www.stdthread.co.uk/. It's a complete implementation of the C++0x threading libraries, written by the guy who wrote a lot of the proposals that made it into the standard.

link|improve this answer
feedback

Prasoon already linked to my article on Devx.com, and Terry linked to my implementation of the C++0x thread library.

You might also be interested in the series of posts on my blog about multithreading in C++0x, or in my book C++ Concurrency in Action where I go into greater detail about the details of multithreading with C++0x.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.