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 strongm 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: *

  1. sjohan

    memory problem with vector using push_back()

    Thanks for all help and tip. I tried the suggestion with TestCase testCase; testCaseList.push_back( testCase ); but it didn't work. So i found how to implement a copy constructor and that helped for this problem. Thanks again for your suggestions and tip.
  2. sjohan

    memory problem with vector using push_back()

    Hi! I have run into a problem that I can't solve on my own. I'm pretty new in C++ programming so I really don't know what has to be defined and what does the compiler define if I leave out. My problem could probably arrise from I'm not having copy constructors defined. But first I should...

Part and Inventory Search

Back
Top