[Live-devel] sstream and strstream
reza shah
rshah0385 at yahoo.com
Sun Apr 25 00:57:35 PDT 2004
Hi Ross,
About the *stream issue.
I compile live with vs.net 2003 :) i used WIN32
preprocessor and
include <sstream> or <strstream>
and both were compiled with no problem, but if i
included <strstrea.h>
it won't compiled.
--
I got this from msdn:
1. <sstream>
Defines several template classes that support
iostreams operations on
sequences stored in an allocated array object.
Such sequences are easily converted to and from
objects of template
class basic_string
<vclrf_string_basicstring_class.htm>.
Remarks: If you have an object of type char *, use
<strstream>
2.<strstream>
Defines several classes that support iostreams
operations on sequences
stored in an allocated array of char object.
Such sequences are easily converted to and from C
strings.
Remarks: Objects of type strstream work with char *,
which are C strings.
Use <sstream> <vclrf_sstream_header.htm> to work with
objects of type
basic_string <vclrf_string_basicstring_class.htm>.
Thanks
Reza
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
http://photos.yahoo.com/ph/print_splash
More information about the live-devel
mailing list