CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2002
    Location
    Paris
    Posts
    124

    int to std::string

    Hi,
    I just want to know how to convert an int to a std::string.

    thx

  2. #2
    Join Date
    Aug 2000
    Location
    West Virginia
    Posts
    7,725

  3. #3
    Join Date
    Nov 2002
    Location
    Los Angeles, California
    Posts
    3,863
    great!!
    Wakeup in the morning and kick the day in the teeth!! Or something like that.

    "i don't want to write leak free code or most efficient code, like others traditional (so called expert) coders do."

  4. #4
    Join Date
    Nov 2002
    Location
    Los Angeles, California
    Posts
    3,863
    So. I think it would be nice if the FAQ included a little info about manipulators. Although it is easy enough to look it up.
    Wakeup in the morning and kick the day in the teeth!! Or something like that.

    "i don't want to write leak free code or most efficient code, like others traditional (so called expert) coders do."

  5. #5
    Join Date
    May 2000
    Location
    KY, USA
    Posts
    18,652
    Originally posted by souldog
    So. I think it would be nice if the FAQ included a little info about manipulators. Although it is easy enough to look it up.
    Feel free to contribute additions to the FAQ...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured