charizing
English
Etymology
Noun
charizing (uncountable)
- (programming) Conversion to, or treatment as, a char (text character).
- 1993, Mark Andrews, Visual C++ Object-oriented Programming, page 186:
- These new features are charizing, stringization, token concatenation, string concatenation, trigraph replacement, and predefined macros.
Usage notes
- In the C and C++ programming languages, describes the preprocessor operator
#@, which converts macro parameters to character literals without expanding the parameter definition.