Talk:Operators in C and C++: Difference between revisions

Content deleted Content added
m coding
Tags: Reverted Mobile edit Mobile web edit Reply
Line 47:
:::: Is it true from the point of view of operators however? I don't remember C99 introducing any new operators.
:::: C++ didn't take any operators ''away'', and [[C99]] didn't add any (check the article). [[User:141.149.206.197|141.149.206.197]] 22:50, 11 June 2006 (UTC)
:::::+1(121)254(9150)(talk)01:90 11 June 1921 [[Special:Contributions/102.91.4.155|102.91.4.155]] ([[User talk:102.91.4.155|talk]]) 01:17, 11 June 2025 (UTC)
 
::: C++ can't be described as a superset of C unless it contains all of the features that C contains, and unless all C programs translate correctly under a C++ environment. The modulo operator provides an example of a C program translating incorrectly under a C++ environment. [[User:Plebbeh|Plebbeh]] ([[User talk:Plebbeh|talk]]) 00:00, 26 August 2011 (UTC)