Could anyone explain the rule the Dev C++ compiler uses for deciding
whether to convert a display of a word to bold font?
A first attempt at an answer could be "Words are displayed in bold when
they have an assigned meaning in c++".
However, this answer doesn't quite work -- "main" does not get
converted automatically to bold, and nor do words for classes of
streams such as "iostream" for example. Surely, such words do have
assigned meanings.
Thank you.
Paul Epstein
whether to convert a display of a word to bold font?
A first attempt at an answer could be "Words are displayed in bold when
they have an assigned meaning in c++".
However, this answer doesn't quite work -- "main" does not get
converted automatically to bold, and nor do words for classes of
streams such as "iostream" for example. Surely, such words do have
assigned meanings.
Thank you.
Paul Epstein
Comment