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 SkipVought 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. PhatThuy

    Core dumped with Vector in C++

    Thank you very much lcout. You're great!
  2. PhatThuy

    Core dumped with Vector in C++

    Hello all. I have a question for you. Please help. Here's part of my code; struct A_Key { char* key; long total; }; struct A_Bucket { vector<A_Key> storage; int count; int totalLen; }bucket; vector <A_Bucket*> myList; // vector element points to the address that bucket resides...

Part and Inventory Search

Back
Top