From float to std::string

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Aiscrim

    From float to std::string

    Hi everyone,
    what function can be used to convert a float to a std::string variable?
    Or, if such a function doesn't exist, how could I implement one by myself?
    Thanx,
    Ste


  • Peter van Merkerk

    #2
    Re: From float to std::string

    Aiscrim wrote:[color=blue]
    > Hi everyone,
    > what function can be used to convert a float to a std::string
    > variable? Or, if such a function doesn't exist, how could I implement
    > one by myself?[/color]



    HTH

    --
    Peter van Merkerk
    peter.van.merke rk(at)dse.nl



    Comment

    • Aiscrim

      #3
      Re: From float to std::string

      > http://tinyurl.com/xjnn

      Thank you very much!

      Ste


      Comment

      Working...