In compiler trigraphs and digraphs are not replacing by the corresponding single characters. Rather it's giving a warning something like this,
12:26 G:\BIN\cLang\macro2.cpp [Warning] trigraph ??= ignored, use -trigraphs to enable
I want to know why this type of warning is giving and how can I solve this to use trigraphs and digraphs. In what purposes they were in the language???
NOTE - I want to see how digraphs & trigraphs work, so dont tell me to not to use them because they are obsolete... Thanks Advance