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 gkittelson 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: jldcg
  • Order by date
  1. jldcg

    auto_ptr compile error

    There is a problem regarding the way auto_ptr is defined in C++ Builder STL implementation. try this: std::auto_ptr<char> buf2(new char[1024]); std::auto_ptr<char> buf; buf = buf2; I can not check it with your compiler version but it should work.

Part and Inventory Search

Back
Top