Comparing Rust Traits to C++ Concepts

preview_player
Показать описание
🚀 Ayo! Today we're doing yet another modern C++ stream, where we develop a little profiler tool for my 6502 emulator. In the process, we will talk about how we can use C++20 Concepts to improve compiler errors and development of generic code.

🖥️ I will go over how this works in other languages (like Rust and Golang), and how C++ differs in the implementation of traits/concepts/interfaces.

👨‍💻 Get ready to pair program with me! Tune in to learn, ask questions, and geek out over the coding journey! 🔥

Looking forward to seeing some of you in this cosy Saturday evening 👊

#concepts #cpp #modern #programming

🔗🔗🔗🔗Important Links🔗🔗🔗🔗

📱📱📱📣📣Socials📣📣📱📱📱
Рекомендации по теме
Комментарии
Автор

What you mentioned around 10 mins mark is that Rust is kinda like a GCed language?

heavymetalmixer