-
Join 95 other subscribers
-
-
-
Recent Posts
Tweets
- G.R.A.T.I.S. = F.R.E.E. leanpub.com/cppinitbook_sp…… Ya merito..., 80% completito. Nueva versión, ahora con 12 capítul… twitter.com/i/web/status/1… 1 month ago
- G.R.A.T.I.S. leanpub.com/cppinitbook_sp… Ahora con 11 capítulos y más de 200 páginas. NUEVO: Capítulo de Datos miembro… twitter.com/i/web/status/1… 1 month ago
- Pair Programming Definition - When you can type code using only two fingers. 1 month ago
Blogs I Follow
Recent Comments
Noah Burke on Skeuomorphic Lambdas en C++ | Se… on Boutique C++ Brij Bhushan on Hello world! If you build it, wil… on Singling out Singleton Look what the cat dr… on Boutique C++ Archives
- September 2022
- October 2021
- July 2021
- May 2021
- February 2021
- January 2021
- October 2020
- September 2020
- August 2020
- July 2020
- April 2020
- February 2020
- January 2020
- June 2019
- November 2016
- September 2016
- July 2016
- March 2016
- February 2016
- October 2014
- November 2013
- November 2012
- March 2012
- October 2011
- March 2011
Categories
Meta
Tag Archives: C++
CPPCON2020 Session Review: The Hidden Secrets of Move Semantics
I “virtually” attended this session and followed it fully, and went through it again to write this short session review. But then, I’m biased. Continue reading
Posted in C++, C++17, C++20
Tagged C++, C++17, C++20, forwarding reference, move semantics, universal reference
Leave a comment
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
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