2010-06-08 5 views

Répondre

1

Bien sûr. Essayez ceci:

wszStringStream.write(wchr+start, length); 
+0

ouais, ça marche bien. –

0
std::copy(wchr, wchr + length, std::istream_iterator<WCHAR>(wszStringStream)) 

devrait faire l'affaire.

+0

Cela ne devrait-il pas commencer à wchr + start? –

Questions connexes