This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/17453] G++ type conversion bug
- From: "giovannibajo at libero dot it" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 13 Sep 2004 13:47:19 -0000
- Subject: [Bug libstdc++/17453] G++ type conversion bug
- References: <20040913110856.17453.froloff@os2.ru>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From giovannibajo at libero dot it 2004-09-13 13:47 -------
> So How I can read a number of vector elements? Or You propose to read it into
> temp array of chars and the make assignment manually?
&v[0] is always an unsigned char* pointing to contiguous memory. But this is
not a question for GCC Bugzilla. I suggest you to buy some good STL book, or
ask similar questions in comp.lang.c++.moderated.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=17453