Discussion: next ISO C++ standard
Afficher un message
Vieux 16/01/2008, 00h34   #14
red floyd
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: next ISO C++ standard

Victor Bazarov wrote:
> James Kanze wrote:
>> [..]
>> The next version of the C++ standard will require char16_t and
>> char32_t, using UTF-16 and UTF-32, respectively. And there will
>> be no less than 10 different types of string literals.

>
> Ten? I can only see four: regular ("blah"), UTF-16 (u"blah"), UTF-32
> (U"blah"), and wide (L"blah"). What are the other six?
>
> V


Raw (R"....")
UTF8 (u8"....")
And I think the Raw comes in the various UTF and wide flavors, as well,
but I'm not sure.

  Réponse avec citation
 
Page generated in 0,04716 seconds with 9 queries