Tweets
- C++20 format library now available in Spanish: es.cppreference.com/w/cpp/utility/… 1 month ago
- Biblioteca de formato de C++20 ahora disponible en español: es.cppreference.com/w/cpp/utility/… 1 month ago
- RT @blelbach: C++20 has been published! iso.org/standard/79358… 2 months ago
-
Recent Posts
- If you build it, will they come?
- Look what the cat dragged in…
- C++23 Stacktrace library documentation now available in Spanish / C++23 Documentación de la biblioteca de listado de pila ahora disponible en español
- C++20 Three-Way Comparison Now Available In Spanish / C++20 Comparación de tres vías ahora disponible en español
- C++20 format library now available in Spanish/Biblioteca de formato de C++20 ahora disponible en español
Blogs I Follow
Recent Comments
Archives
Categories
Meta
Category Archives: C++
Look what the cat dragged in…
Well, in reality I like birds better. Disclaimer: I got C++ Lambda Story as a gift from the author, Bartłomiej Filipek, and in a previous post I shared that I had covered the book end to end. Nonetheless, it’s nice … Continue reading
C++20 format library now available in Spanish/Biblioteca de formato de C++20 ahora disponible en español
You can find it here/Puedes encontrarla aquí.
Posted in C++, C++20
Leave a comment
CPPCON2020 Plenary Session Review: Performance Matters
This was my favorite session. I must confess that I’ve seen it three times, and had the time to go slowly over the topic discussed: performance. Emery Berger needs no introduction. Just check his LinkedIn profile, but just in case, … Continue reading
Posted in C++, C++17, C++20, performance, software
Tagged C++, C++17, C++20, CPPCON, CPPCON2020, performance
Leave a comment
CPPCON2020 Session Review: Retiring the Singleton Pattern: Concrete suggestions for what to use instead
The Singleton design pattern has been discussed ad naseaum over the years. Peter Muldoon starts with the motivation for this talk: an occurrence of Singleton in the workplace, oh my! The premise of the talk, is not whether to keep … Continue reading
Posted in C++, C++17, C++20, design patterns
Tagged C++, C++17, C++20, CPPCON, CPPCON2020, singleton
Leave a comment
CPPCON2020 Session Review: Back to Basics: Class Layout
There are two types of knowledge: timely and timeless. Knowing how your types are laid out onto physical hardware is programmer’s gold and it is timeless knowledge. It never leaves you. I would recommend strongly this talk if you work … Continue reading
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
CPPCON2020 Session Review: The Hidden Secrets of Move Semantics
I “virtually” attended this session and followed it fully, and went through it again to write this short session review. But then, I’m biased. Continue reading
Posted in C++, C++17, C++20
Tagged C++, C++17, C++20, forwarding reference, move semantics, universal reference
Leave a comment
CPPCON2020 Session Review: Collaborative Development with Visual Studio Code
Julia Reid walks through three main topics in this entertaining session about Visual Studio Code: the Visual Studio Code, CMake and vcpkg trifecta, remote development, including containers, and collaboration using LiveShare. Continue reading
Posted in C++, C++17, C++20, programming languages, software
Tagged C++, C++17, C++20, CMake, CPPCON, CPPCON2020, vcpkg, Visual Studio Code
Leave a comment
CPPCON2020 Session Review: Back To Basics: The Structure of a Program
Bob Steagall will walk you through the anatomy of a C++ program, explaining each of the parts. If you want to make sense of it all, check out this talk. Continue reading
Posted in C++, C++17, C++20, programming languages, software
Tagged C++, C++17, C++20, CPPCON
Leave a comment
CPPCON2020 Session Review: Back to Basics: The Abstract Machine
If you’ve been flirting with C++, and are past the customary “Hello, world!” program, have been programming for a few months, but want to commit to a serious relationship, then this talk is for you. Bob Steagall masterfully walks you … Continue reading
Posted in C++, C++17, C++20, programming languages, software
Tagged C++, C++17, C++20, CPPCON, CPPCON2020
Leave a comment