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

Search:

Type: Posts; User: laserlight

Search: Search took 0.15 seconds.

  1. Replies
    10
    Views
    12,438

    Re: Operator Overloading on an Array

    No, you don't have to have it as a friend, though if overloading operator+ is already settled as part of the interface, then so be it.


    I already described how you can implement it (whether as...
  2. Replies
    10
    Views
    12,438

    Re: Operator Overloading on an Array

    What do you mean by "add the contents of two arrays"? Do you mean to append one array to the end of the other to get a new array?

    By the way, whatever you mean by "add", you probably should...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured