T O P I C R E V I E W |
Uniwares |
Posted - Aug 18 2006 : 2:11:26 PM VS2003, C++
while overloaded operators are shown in the completion list, custom operators (like operator LPBYTE()) are missing. None of my classes which has custom operators shows them in the completion list.
this-> comes up with just the overloaded operators (++, --, etc) |
1 L A T E S T R E P L I E S (Newest First) |
jpizzi |
Posted - Aug 19 2006 : 02:45:56 AM Interesting. If you only have one conversion operator, and no standard ones, ctrl-space completes the method name (when defining the method). If you have at least one standard operator defined, you can't get the conversion one to show at all.
While I agree that this-> should work, I am not sure why you would do that.
case=2152 |
|
|