I get a very weird error in my code. I created this class in C++:
class Tester{ float f; Tester(float,float); };
and i implemented it l
It seems that near is defined as a macro by the compiler in some header. Usually this macro is used with "near" pointers.