Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Minor edits; reviewed

...

Implementation Details

This code compiles and runs on runs with Microsoft Visual C++ 2008Studio 2012, assigning 4 to the variable as expected.

...

This code solution is compliant because it does not form an identifier through concatenation involving a universal character name:

Code Block
bgColor#ccccff
langc
#define assign(ucn, val) ucn = val;

int \u0401;
assign( \u0401, 4);

...