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 bkrike 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: clordaz
  • Content: Threads
  • Order by date
  1. clordaz

    STL bug in IBM AIX compiler?

    The code: #include <iostream> #include <vector> #include <deque> // typedef std::vector<WORK_ORDER_STRU> Test_Vector; void foo(const std::string p_s) { p_s = &quot;end&quot;; } int main() { std::string s = &quot;start&quot;; std::cout << s << endl; foo(s); std::cout << s...

Part and Inventory Search

Back
Top