Advertisement · 728 × 90
#
Hashtag
#cppTips
Advertisement · 728 × 90

`std::move` is a cast to an rvalue reference, preparing an object for *potential* move semantics. It doesn't move data itself! Developers MUST implement move constructors/assignment operators for it to work. The moved-from object's state becomes unspecified. #cpptips 2/6

0 0 1 0
Amir Kirsh - C++ Pitfalls and Sharp Edges to Avoid
Amir Kirsh - C++ Pitfalls and Sharp Edges to Avoid YouTube video by CppNorth

Our next talk from CppNorth 2025 is now on YouTube! ⚠️

Watch Amir Kirsh: "C++ Pitfalls and Sharp Edges to Avoid."

Explore notorious pitfalls, from memory quirks to UB, and learn to write safer, more resilient code.

🔗 youtu.be/xWw8d_Dk4Wo

#CppNorth #cpp #CppTips

1 2 0 0
Preview
CppNorth, The Canadian C++ Conference 2025: C++ Pitfalls and Sharp Edges to Avoid: E... View more about this event at CppNorth, The Canadian C++ Conference 2025

CppNorth 2025: Avoid C++ Traps! ⚠️

Join Amir Kirsh: "C++ Pitfalls and Sharp Edges to Avoid." Learn to escape common traps, memory quirks, & UB! Write safer, more resilient C++ with best practices & guidelines.
🔗 sched.co/21xOx
Tickets: CppNorth.ca
🍁 Toronto, July 20-23! #CppNorth #cpp #CppTips

1 1 0 0
Ejemplo de Codigo

Ejemplo de Codigo

📘 Todavia usas typedef en C++?
¡Va siendo hora de evolucionar! #cppTips

🤔 Usa USING para alias de tipos

✨ Más claro y flexible
✨ Sintaxis moderna y consistente
✨ Sin las limitaciones de typedef

¿Como se hace?
Ejemplito que te va 👇

5 1 1 0