<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[System - Zeit]]></title><description><![CDATA[<p>Wie bekomme ich raus, wie lange Windows schon im Betrieb ist: also wie lange läuft Windows jetzt, nachdem ich den Computer hochgefahren habe?</p>
<p>Danke für alle Antworten</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/118539/system-zeit</link><generator>RSS for Node</generator><lastBuildDate>Sat, 04 Jul 2026 01:37:33 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/118539.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 21 Aug 2005 18:03:05 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to System - Zeit on Sun, 21 Aug 2005 18:03:05 GMT]]></title><description><![CDATA[<p>Wie bekomme ich raus, wie lange Windows schon im Betrieb ist: also wie lange läuft Windows jetzt, nachdem ich den Computer hochgefahren habe?</p>
<p>Danke für alle Antworten</p>
]]></description><link>https://www.c-plusplus.net/forum/post/855547</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855547</guid><dc:creator><![CDATA[Streusselkuchen]]></dc:creator><pubDate>Sun, 21 Aug 2005 18:03:05 GMT</pubDate></item><item><title><![CDATA[Reply to System - Zeit on Sun, 21 Aug 2005 18:09:26 GMT]]></title><description><![CDATA[<p>gettickcount</p>
]]></description><link>https://www.c-plusplus.net/forum/post/855553</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855553</guid><dc:creator><![CDATA[c.rackwitz]]></dc:creator><pubDate>Sun, 21 Aug 2005 18:09:26 GMT</pubDate></item><item><title><![CDATA[Reply to System - Zeit on Sun, 21 Aug 2005 18:20:09 GMT]]></title><description><![CDATA[<p>er meint GetTickCount</p>
]]></description><link>https://www.c-plusplus.net/forum/post/855565</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855565</guid><dc:creator><![CDATA[lol.]]></dc:creator><pubDate>Sun, 21 Aug 2005 18:20:09 GMT</pubDate></item><item><title><![CDATA[Reply to System - Zeit on Sun, 21 Aug 2005 18:32:14 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">int h;
h=GetTickCount(); 
CString buffer;
h=h/1000/1000;
buffer.Format(&quot;%i&quot;,h);
MessageBox(buffer);
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/855578</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/855578</guid><dc:creator><![CDATA[Uhrzeiger]]></dc:creator><pubDate>Sun, 21 Aug 2005 18:32:14 GMT</pubDate></item></channel></rss>