Tweets
- RT @blelbach: C++20 has been published! iso.org/standard/79358… 4 weeks ago
- RT @NicoJosuttis: Help me: Which ranges implementation is currently most standard conforming? I have to write an urgent paper to fix cbegin… 4 weeks ago
- RT @NicoJosuttis: C++ Initialization matrix: josuttis.com/cpp/c++initial… I tried to summarize all the basic ways of initialization in C++ in o… 1 month ago
-
Recent Posts
- Should the new Mac mini M1 be called a Big Mac?
- CPPCON2020 Plenary Session Review: Performance Matters
- CPPCON2020 Session Review: Back to Basics: Concurrency
- CPPCON2020 Session Review: Test Driven C++
- CPPCON2020 Session Review: Retiring the Singleton Pattern: Concrete suggestions for what to use instead
Blogs I Follow
Recent Comments
Archives
Categories
Meta
Monthly Archives: April 2020
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