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

Search:

Type: Posts; User: fda

Search: Search took 0.04 seconds.

  1. Re: error C2440 using adjacent_difference stl template function

    Hi Skizmo,
    many thanks for your suggestion, now is a little bit better because I got just 1 errors C2440 (before was 2).

    int Csimple :: operator -(Csimple op2)
    { return firstInt - op2.firstInt;...
  2. error C2440 using adjacent_difference stl template function

    Hi all,
    I would like to use STL <numeric> adjacent_difference function in my program but I'm getting the error:

    1>c:\program files\microsoft visual studio 8\vc\include\numeric(349) : error C2440:...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured