Search Results

6
votes

Suggestion for template book for c++?

Maybe a bit mind-boggling if you are just learning, but after the books you mention, you may want to read Andrei Alexandrescu's …
0
votes

C++ operator overloading resolution ambiguity

We'd need to know what is T. It looks like you are instancing an XVector using some type (like unsigned char, for instance) that can be converted into all those types you see, and the compiler doe …