<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=C%2B%2B</id>
	<title>C++ - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.ixheim.de/index.php?action=history&amp;feed=atom&amp;title=C%2B%2B"/>
	<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=C%2B%2B&amp;action=history"/>
	<updated>2026-05-15T11:35:47Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in Xinux Wiki</subtitle>
	<generator>MediaWiki 1.35.1</generator>
	<entry>
		<id>https://wiki.ixheim.de/index.php?title=C%2B%2B&amp;diff=15061&amp;oldid=prev</id>
		<title>Thomas: Die Seite wurde neu angelegt: „=Hello World= ==Sourcecode== *cat hello-world.cc  &lt;pre&gt; cat  hello-world.cc #include &lt;iostream&gt;  int main() {     std::cout &lt;&lt; &quot;Hallo Welt!&quot; &lt;&lt; std::endl; } &lt;/…“</title>
		<link rel="alternate" type="text/html" href="https://wiki.ixheim.de/index.php?title=C%2B%2B&amp;diff=15061&amp;oldid=prev"/>
		<updated>2017-11-02T10:11:21Z</updated>

		<summary type="html">&lt;p&gt;Die Seite wurde neu angelegt: „=Hello World= ==Sourcecode== *cat hello-world.cc  &amp;lt;pre&amp;gt; cat  hello-world.cc #include &amp;lt;iostream&amp;gt;  int main() {     std::cout &amp;lt;&amp;lt; &amp;quot;Hallo Welt!&amp;quot; &amp;lt;&amp;lt; std::endl; } &amp;lt;/…“&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;=Hello World=&lt;br /&gt;
==Sourcecode==&lt;br /&gt;
*cat hello-world.cc &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cat  hello-world.cc&lt;br /&gt;
#include &amp;lt;iostream&amp;gt;&lt;br /&gt;
&lt;br /&gt;
int main()&lt;br /&gt;
{&lt;br /&gt;
    std::cout &amp;lt;&amp;lt; &amp;quot;Hallo Welt!&amp;quot; &amp;lt;&amp;lt; std::endl;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
==Compile==&lt;br /&gt;
*g++  hello-world.cc -o hello-world&lt;br /&gt;
==Result==&lt;br /&gt;
file *&lt;br /&gt;
 hello-world:   ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked ...&lt;br /&gt;
 hello-world.c: C source, ASCII text&lt;br /&gt;
=Run=&lt;br /&gt;
*./hello-world &lt;br /&gt;
 Hallo Welt!&lt;/div&gt;</summary>
		<author><name>Thomas</name></author>
	</entry>
</feed>