i have this class that use min and max functions (already defined in c++, not STL min or max algorithms) but when i compile visual studio 2005 give me this error
error C3861: 'max': identifier not found
.
doea anybody know how can i fix the error?