Further Information

Microsoft:

Preshing on Programming:

CppCon:

  • Back to Basics: Overload Resolution by Ansel Sermersheim and Barbara Geller (Good to know/Advanced)
    • Prologue
    • Overload versus Override
    • Why is Overload Resolution Required
    • Definitions
    • What is Overload Resolution
    • When will declaring an Overload fail
    • Overview of the Process
    • When to Use Overloads vs Using a Template
    • Process to find the Best Overload
    • When the Best Match is Not Want you Wanted
    • Examples