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 Mike Lewis 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. sean34

    How do I get message using exceptions?

    Hello Im using BB6 and I cant get message from exceptions. My exception class looks like this: #include <stdexcept> #include <string> using std::string; using std::out_of_range; class ListError : public out_of_range { public: ListError(const string& str = "") : out_of_range(str){}...
  2. sean34

    Problem with bind2nd with user defined class

    Hello Im having trouble with bind2nd with a &quot;user defined&quot; class. First I tried with integers using less<> and it works alright. But when I would like it to work with my Person class, the complier (Borland Builder 5) is giving me a hard time. So this is my main.cpp: struct MyLess {...

Part and Inventory Search

Back
Top