:: Re: [DNG] Why C/C++ ?
Inizio della pagina
Delete this message
Reply to this message
Autore: Olaf Meeuwissen
Data:  
To: Steve Litt
CC: dng
Oggetto: Re: [DNG] Why C/C++ ?
Hi,

Steve Litt <slitt@???> writes:

> [...]
> I wouldn't be caught dead doing threads in C.


I'd use pthreads for pure C, std::threads in C++.

Disclaimer, reading "C++ Concurrency in Action"[1] made my head hurt :-/

[1]: https://www.manning.com/books/c-plus-plus-concurrency-in-action

Hope this helps,
--
Olaf Meeuwissen