C++ syntax: Difference between revisions

Content deleted Content added
No edit summary
Line 10:
Much of C++'s syntax aligns with [[C syntax]], as C++ provides backwards compatibility with C.
 
The C++ [["Hello, World!" program]] program is as follows[:<ref name="cppreferencehelloworld">{{Cite web|url=https://en.cppreference.com/w/cpp/io/println]|title=std::println|website=cppreference.com}}</ref>
<syntaxhighlight lang="cpp">
import std;