[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.c++

Re: sprintf equivalent in c++

asdf

10/10/2008 7:18:00 AM

u can use ostream

ostream out;

out << "something here";

more info: http://www.cplusplus.com/reference/iostrea...


--------------= Posted using GrabIt =----------------
------= Binary Usenet downloading made easy =---------
-= Get GrabIt for free from http://www.s... =-

1 Answer

Valeri Sokolov

10/10/2008 8:38:00 PM

0

On Oct 10, 11:18 am, "asdf" <someth...@nothing.com> wrote:
> u can use ostream
>
> ostream out;
>
> out << "something here";
>
> more info:http://www.cplusplus.com/reference/iostrea...
>
> --------------= Posted using GrabIt =----------------
> ------= Binary Usenet downloading made easy =---------
> -= Get GrabIt for free fromhttp://www.s... =-

More interesting way: http://www.morearty.com/code/str...