🧠 Understanding typedef vs using in Modern C++
When learning C++, you’ll often com across two different ways to create type aliases: typedef and using. They serve the same purpose — to give a new name to an existing type — but there are important differences that make using the preferred choice i...
jaewondevlog.hashnode.dev2 min read