inherited overloaded operators
-
this is a two part question. Are overloaded operators inherited? can someone give me an example using managed c++ for the plus and minus operators?
-
this is a two part question. Are overloaded operators inherited? can someone give me an example using managed c++ for the plus and minus operators?
1. Yes, I reckon they are 2. I doubt managed extensions make any changes to the standard implimentation found in most C++ textbooks and online. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
-
1. Yes, I reckon they are 2. I doubt managed extensions make any changes to the standard implimentation found in most C++ textbooks and online. Christian I have several lifelong friends that are New Yorkers but I have always gravitated toward the weirdo's. - Richard Stringer
since i can inherit overloaded operators could you give me an example using the plus operator?
-
since i can inherit overloaded operators could you give me an example using the plus operator?
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpgenref/html/cpconoperatoroverloadingusageguidelines.asp[^] Should provide some insight :)
R.Bischoff
Tengas un buen dia