C++OnSea 2025 SESSION ANNOUNCEMENT: Don’t Get Overloaded by Overload Sets by Roth Michaels

https://cpponsea.uk/2025/session/dont-get-overloaded-by-overload-sets

Register now at https://cpponsea.uk/tickets/

#cplusplus #cpp #nameresolution #overloadset

C++ on Sea

C++OnSea 2025 SESSION ANNOUNCEMENT: Don’t Get Overloaded by Overload Sets by Roth Michaels

https://cpponsea.uk/2025/session/dont-get-overloaded-by-overload-sets

Register now at https://cpponsea.uk/tickets/

#cplusplus #cpp #nameresolution #overloadset

C++ on Sea

How C++ Resolves a Function Call

C is a simple language. You’re only allowed to have one function with each name. C++, on the other hand, gives you much more flexibility: You can have multiple functions …