-
-
-
Recent Posts
Tweets
- Cracks me up every time 😂. A clock tick is different than well, a tick (a bug; no emoji for ticks). Nevertheless, I… twitter.com/i/web/status/1… 3 weeks ago
- std::time_point 💯en español / In Spanish Sabia virtud de conocer el tiempo... Ejemplo más amigables, actualizado… twitter.com/i/web/status/1… 3 weeks ago
- "It was so overwhelming that it broke the algorithm." A lawyer explaining voter fraud. SHE probably watched Ralph… twitter.com/i/web/status/1… 3 weeks ago
Blogs I Follow
Recent Comments
Lambdas en C++ | Se… on Boutique C++ Brij Bhushan on Hello world! If you build it, wil… on Singling out Singleton Look what the cat dr… on Boutique C++ Look what the cat dr… on Boutique C++ Archives
Categories
Meta
Category Archives: concurrent programming
CPPCON2020 Session Review: Back to Basics: Concurrency
Arthur O’Dwyer’s session is a lap around the concurrency facilities present in C++, starting with C++11. He starts the session with a gentle introduction to concurrency and parallelism pre-C++11 and walks you towards the memory model present in Modern C++, … Continue reading
Posted in concurrent programming, software
Tagged C++, C++17, C++20, CPPCON, CPPCON2020
Leave a comment
CPPCON2020 Session Review: The Future of C++ Parallel and Concurrency Safety Guidelines
“I test, therefore I exist.” Paraphrasing René Descartes, what do you do if you’ve been conditioned from your engineering “birth” to test, and test everything. This session is a fit for you if you program systems that require safety as … Continue reading
Posted in C++, C++17, concurrent programming, software, software architecture
Tagged AUTOSAR, C++, C++17, C++20, MISRA, SIL
Leave a comment
Hello world!
In September of 1988 I was holding a copy of K&R’s The C Programming Language and tried to understand the first C program, the original Hello World. C looked alien to me. Fortran had been my first programming language in … Continue reading
Posted in concurrent programming, software
1 Comment