Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. amanison

    Overloaded operators and enums

    In the context of the above code, this question makes sense, but the code I posted was the distillation of the problem from a much larger application. That application is CORBA-based, and the specific problem that prompted my question arose from the mapping of CORBA IDL enumerations to C++...
  2. amanison

    Overloaded operators and enums

    Can anyone explain what is happening here? I am trying to create overloaded relational operators for class member enums. VC6.0 and gcc 3.3.4 compile the code fine. VC7.0 and 7.1 complain that the overloaded operator function is ambiguous. The following code illustrates the problem: class A {...

Part and Inventory Search

Back
Top