| List: | MySQL++ | « Previous MessageNext Message » | |
| From: | Warren Young | Date: | August 19 2008 9:25pm |
| Subject: | Re: A way to copy mysqlpp::StoreQueryResult into a std::map? | ||
| View as plain text | |||
On Aug 19, 2008, at 10:19 AM, Alex wrote: > Now, I'd like to search through the result set until I find the vector > element that matches "test". How would I do this? You would get a book on C++ and read up on the find() algorithm. This is not the place to discuss it.
