Converting int to string

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: David Mohandas (david_mohandas_at_yahoo.com)
Date: 08/03/04


Date: Tue, 3 Aug 2004 19:18:25 -0400

Is there a way in STL to convert integer data type to string object or do i
have to do itoa() to do that.



Relevant Pages

  • Re: Converting int to string
    ... > Is there a way in STL to convert integer data type to string object or do i ... > have to do itoa() to do that. ...
    (microsoft.public.vc.stl)
  • Re: Converting int to string
    ... >>Is there a way in STL to convert integer data type to string object or do i ... >>have to do itoa() to do that. ... > As an old C programmer, I find itoa (or even sprintf!) most ...
    (microsoft.public.vc.stl)