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

Search:

Type: Posts; User: TheCPUWizard

Search: Search took 0.76 seconds.

  1. Re: Functions returning my user-defined class (w/pointer) don't like operator=.

    Paul,
    I only made sure it would compile, not that it was logically correct ;)
  2. Re: Functions returning my user-defined class (w/pointer) don't like operator=.

    You are attempting to take a non-const reference of a temportary.



    int Read(int k) const;
    myClass(myClass const & original);
    const myClass & operator=(myClass const &...
  3. Re: Functions returning my user-defined class (w/pointer) don't like operator=.

    A bug in 57 would be quite upsetting :eek::eek:
  4. Re: Functions returning my user-defined class (w/pointer) don't like operator=.

    1) Please use code tags. Go back and re-read the "BEFORE you post announcement if you have forgotten how.

    2) Please post minimal yet complete code. This means the smallest possible sample that...
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured