(Page 1 of 7 )Operating overloading allows you to pass different variable types to the same function and produce different results. In this article Ben gives us the low-down on operator overloading in C++.Operator overloading is common-place among many efficient C++ programmers. It allows you to use the same function name, but as different functions. If this sounds confusing, then just think about it like this: you can use the same function name for as many functions as you like, but
continue >>
Feb
10
Operator Overloading in C++
Comments (0)
C-C Plus
Tags: