Tag: using
2 posts
-
[2026] C++ Namespaces | Complete Guide to Name Boundaries
C++ namespaces: avoiding collisions, using-declarations vs using-directives, nested and anonymous namespaces, aliases, std, project layout, and why not ...
-
[2026] C++ using vs typedef: Type Aliases Quick Comparison
Compare typedef and using with tables and short examples. Function pointers, template aliases, and patterns—deep dive continues in cpp-typedef-using.