Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: prout
  • Content: Threads
  • Order by date
  1. prout

    Destructors

    I use my own Matrix class. A function returns a local Matrix-class object I've created in it("Matrix aa;"). But before returning it ("return aa;") the destructor is called and I return a void object. Then after the return operation the destructor is called again. I don't...

Part and Inventory Search

Back
Top