Search:

Type: Posts; User: Aaron^

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,141

    So, does this mean the the MS compiler interprets...

    So, does this mean the the MS compiler interprets the ANSI C++ standard such that nobody can overload both the (operator []) and (operator char *) functions in the same class?!!

    That is ludicrous.
  2. Replies
    3
    Views
    1,141

    ambiguous operator problem

    Right now (for testing purposes), I have two functions in my class besides the default constructor:
    #1: char operator [](unsigned long iIndex) const;
    #2: operator const char *() const;

    Later on,...
Results 1 to 2 of 2