This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: GCC: C0x11 threading support


On 29 November 2011 09:31, Erotavlas_turbo@libero.it wrote:
> Ok, I have understood that the new library of C++11 is nearly complete and it
> is almost the same of boost library.

I don't think that's what I said.

> As you have noticed the support of GCC for
> the core feature is not still complete, but can I use the library (embedded or
> boost) for threading programming?

Yes.

> Or I'm limited by the compiler?If yes what are
> the use of the library?

Creating and using mutexes, locks, threads, futures, promises etc.

What you do with them is up to you.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]