Content deleted Content added
syntaxhighlight & fix lint |
|||
(One intermediate revision by one other user not shown) | |||
Line 1:
{{Talk header}}
{{WikiProject Computer science
{{WikiProject Computing
{{WikiProject C/C++|importance=Mid|c=yes}}
▲{{WikiProject C/C++|class=Start|importance=Mid|c=yes}}
}}
Line 146 ⟶ 145:
the line:
<syntaxhighlight lang="text">
stdout.printf("hello world!\n");
</
means that <code>stdout</code>, which is an instance of the streams class, which is capable to process the <code>printf("hello world!\n")</code> message.
|