Tweets
- C++20 format library now available in Spanish: es.cppreference.com/w/cpp/utility/… 3 days ago
- Biblioteca de formato de C++20 ahora disponible en español: es.cppreference.com/w/cpp/utility/… 3 days ago
- RT @blelbach: C++20 has been published! iso.org/standard/79358… 1 month ago
-
Recent Posts
- 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
- Should the new Mac mini M1 be called a Big Mac?
- CPPCON2020 Plenary Session Review: Performance Matters
- CPPCON2020 Session Review: Back to Basics: Concurrency
Blogs I Follow
Recent Comments
Archives
Categories
Meta
Category Archives: C++
Habemus C++20!
The first blog posts have started to appear and Herb Sutter already posted a trip report. C++20 brings about a King-Kong-number of changes, and of course, the Big Kahuna: Concepts Ranges Coroutines Modules You can find an (unofficial) summary of … Continue reading
A Conversion Story: Improving from_chars and to_chars in C++17
Note: You can get source code and examples on Github at https://github.com/ljestrada/charconvutils and watch my CPPCON2019 Lightning Challenge talk on YouTube here, and the Spanish version of this post here. Nope, this is not about a religious experience, epiphany, change … Continue reading