There's an interesting thing in C++ called alternative tokens
For using tokens in Visual Studio you should:
For using tokens in Visual Studio you should:
- - For the tokens from 1st column compile with /Za flag (Configuration properties->C/C++->Language->Disable language Extensions = Yes)
- - For the tokens from 2nd and 3rd columns include <iso646.h>
2 комментария :
Расскажите, что дает использование альтернативных токенов? В каких случаях будет польза от применения?
Если вдруг клавиатура не содержит символов из ISO 646
Отправить комментарий