Criticism of the C programming language: Difference between revisions

Content deleted Content added
Redquark (talk | contribs)
m Internal consistency: rrv reference to C++, probably not the best place to put it
Line 127:
 
even though spaces around the minus sign would not otherwise be required.
 
In practice, this general problem arises most commonly in the context of [[C++]] [[Template (programming)|templates]], where multiple closing angle brackets are incorrectly tokenized as the [[bit shift|right-shift operator]].
 
==Standardization==