:: Re: [DNG] Why C/C++ ?
Top Page
Delete this message
Reply to this message
Author: Olaf Meeuwissen
Date:  
To: Steve Litt
CC: dng
Subject: 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