Tweets
- C++20 format library now available in Spanish: es.cppreference.com/w/cpp/utility/… 2 months ago
- Biblioteca de formato de C++20 ahora disponible en español: es.cppreference.com/w/cpp/utility/… 2 months ago
- RT @blelbach: C++20 has been published! iso.org/standard/79358… 3 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
Brij Bhushan on Hello world! Look what the cat dr… on Boutique C++ Look what the cat dr… on Boutique C++ CPPCON2020 Session R… on Singling out Singleton CPPCON2020 Session R… on C++17 – La guía com… Archives
Categories
Meta
Category Archives: software
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
Boutique C++
Boutique C++ is an approach to write a focused book on one topic. Continue reading
HOME: Habitations and Observations for Moon Exploration
How would you go about developing a habitat for five people to survive six months on the Moon? You may be familiar with Artemis, whose goal is to “land the first woman and the next man on the Moon by … 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