This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/17453] G++ type conversion bug


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]