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. moetman

    Casting to std::string

    Thanks uolj :)
  2. moetman

    Casting to std::string

    Hi all, I want to concatenate strings ans doubles into one string How do I cast a double to std::string ? Is there any way to use std::strings like osstringstream ? In the same way as os<<aDouble ? Regards
  3. moetman

    Where are std::map Functions

    It turned out I made a really stupid mistake .. Many Thanks for your help anyway :)
  4. moetman

    Where are std::map Functions

    I'm have a problem using C++ std Lib map iterators in VisualSudio 2003. I can't seem to get some map member functions like begin() , end() etc ... I'm #including <map> . I've noticed in the documentation that there is reference to map members and <map> members (which seems to be the one I'm...

Part and Inventory Search

Back
Top