Tag Archives: C++17

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 , , , , | Leave a comment

CPPCON2020 Session Review: Template Metaprogramming Type Traits (Part 1 and Part 2)

I attended this pair of sessions by Jody Hagins, and then went back and watched them again at unholy hours in the morning. Note: As an attendee, I can munch on the sessions before they’re officially posted on the YouTube … Continue reading

Posted in software | Tagged , , , , , , | Leave a comment

Boutique C++

Boutique C++ is an approach to write a focused book on one topic. Continue reading

Posted in software | Tagged , , , , | 4 Comments

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

Posted in C++, C++17, software | Tagged , , , , | 1 Comment

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

Posted in software | Tagged , , | 1 Comment

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

Posted in software | Tagged , , | 1 Comment

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

Posted in C++, C++17, software | Tagged , , , , | 1 Comment