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
Tag Archives: C++
Boutique C++
Boutique C++ is an approach to write a focused book on one topic. Continue reading
The Whole Enchilada: A C++ Template Recipe
Most likely you’ve had enchiladas, but have you ever heard of entomatadas? They’re a great alternative for those that don’t like “fire in the belly” during/post eating enchiladas and they follow the same process, except that instead of chili you … Continue reading
Una historia de conversión: mejorando from_chars y to_chars en C++17
NOTA: Puedes obtener el código fuente y ejemplos en Github en https://github.com/ljestrada/charconvutils y ver mi charla CPPCON2019 Lightning Challenge en YouTube aquí, y la versión en inglés de esta publicación aquí. No, no se trata de una experiencia religiosa, epifanía, … Continue reading
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
C++17 – La guía completa
Actualizado el 10 de febrero de 2020Los siguientes son los enlaces en Amazon:Amazon EspañaAmazon MéxicoAmazon Estados UnidosAmazon Canadá Como un estudiante de ingeniería en mi amada alma mater, el Instituto Tecnológico de Chihuahua, recuerdo claramente durante una de nuestras clases … Continue reading
C++17 – La guía completa
Updated on February 10, 2020The following are the links at Amazon:Amazon SpainAmazon MexicoAmazon USAAmazon Canada As an engineering student at my beloved alma mater, the Instituto Tecnológico de Chihuahua, I remember clearly during one of our electronics classes Professor Nevárez … 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