CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: lucky6969b

Search: Search took 0.02 seconds.

  1. Re: Cannot use global scope "max" function even ::max is used.

    Alrite Victor, changed it, but it didn't work, but I've worked around it by #defin'ing it in my header file.
    Thanks
    Jack
  2. Cannot use global scope "max" function even ::max is used.

    The compiler "forces" me to use the std::max method,
    I cannot override it even when writing ::max in my code.
    Any ideas would be nice.
    Thanks
    Jack
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured