Unicode variable names: Difference between revisions

Content added Content deleted
(New post.)
m (Added references for further information.)
Line 206: Line 206:


=={{header|C++}}==
=={{header|C++}}==
The C++ language allows the use of Unicode variable names.

For more information visit: https://en.cppreference.com/w/cpp/language/character_literal,

https://en.cppreference.com/w/cpp/language/identifiers and https://learnmoderncpp.com/2021/03/24/a-unicode-primer/
<syntaxhighlight lang="c++">
<syntaxhighlight lang="c++">
#include <cstdint>
#include <cstdint>