The following sample works in Visual C++ .NET 2003 as specified in the standard:
// universal_character_names.cpp
int main()
{
int IdentContainingTwoUCNCharacters\u1234\U00001234 = 0;
}
For more information, see Unicode Support.
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
The following sample works in Visual C++ .NET 2003 as specified in the standard:
// universal_character_names.cpp
int main()
{
int IdentContainingTwoUCNCharacters\u1234\U00001234 = 0;
}
For more information, see Unicode Support.