C++ Tutorial 18: Function Overloading @WhatsACreel
C++ Tutorial 18: Function Overloading  @WhatsACreel
Uploaded May 2013 | Updated September 2026, 2 weeks ago
This tute we'll look at function overloading. To overload a function is to create more than one function with the same name:
void SomeFunction(int i);
void SomeFunction(float f);

Overloaded functions must have different parameter lists. They can't be overloaded if they have exactly the same parameters even if the return values are different. The data types of the parameters have to be different, not the names of the variables.
C++ Tutorial 18: Function OverloadingModern x64 Assembly 10: Conditional Jumps, Moves and Set Bytex64 Assembly Tutorial 58: Intro to AVXModern x64 Assembly 9: The rFlags Register (Flags, pushfq, popfq, pushf, popf)C++ Function Pointers 1: IntroductionGodbolt Compiler Explorer Adventuresx64 Assembly MultiThreading 2: Race Conditions and Atomic InstructionsLinux x64 Assembly Tutorial 3: Bits, Bytes and Registers
Creel |

C++ Tutorial 18: Function Overloading

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER