<?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[LARGE_INT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte diese Funktion aufrufen:</p>
<blockquote>
<p>The QueryPerformanceCounter function retrieves the current value of the high-resolution performance counter.</p>
</blockquote>
<pre><code class="language-cpp">BOOL QueryPerformanceCounter(    
      LARGE_INTEGER *lpPerformanceCount
);
</code></pre>
<blockquote>
<p>lpPerformanceCount<br />
[out] Pointer to a variable that receives the current performance-counter value, in counts.</p>
</blockquote>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /> Ich kann leider nicht einfach LARGE_INTEGER i; schreiben.<br />
Was muss ich tun um eine Variable vom Typ LARGE_INTEGER zu bekommen?</p>
<p>Merci</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/118670/large_int</link><generator>RSS for Node</generator><lastBuildDate>Fri, 21 Aug 2026 12:24:30 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/118670.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 23 Aug 2005 08:26:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to LARGE_INT on Tue, 23 Aug 2005 08:26:24 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte diese Funktion aufrufen:</p>
<blockquote>
<p>The QueryPerformanceCounter function retrieves the current value of the high-resolution performance counter.</p>
</blockquote>
<pre><code class="language-cpp">BOOL QueryPerformanceCounter(    
      LARGE_INTEGER *lpPerformanceCount
);
</code></pre>
<blockquote>
<p>lpPerformanceCount<br />
[out] Pointer to a variable that receives the current performance-counter value, in counts.</p>
</blockquote>
<p><img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /> Ich kann leider nicht einfach LARGE_INTEGER i; schreiben.<br />
Was muss ich tun um eine Variable vom Typ LARGE_INTEGER zu bekommen?</p>
<p>Merci</p>
]]></description><link>https://www.c-plusplus.net/forum/post/856643</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/856643</guid><dc:creator><![CDATA[Tanzfreak]]></dc:creator><pubDate>Tue, 23 Aug 2005 08:26:24 GMT</pubDate></item><item><title><![CDATA[Reply to LARGE_INT on Tue, 23 Aug 2005 08:35:13 GMT]]></title><description><![CDATA[<blockquote>
<p>Ich kann leider nicht einfach LARGE_INTEGER i; schreiben.</p>
</blockquote>
<p>So sollte es aber gehen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/856645</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/856645</guid><dc:creator><![CDATA[i;]]></dc:creator><pubDate>Tue, 23 Aug 2005 08:35:13 GMT</pubDate></item><item><title><![CDATA[Reply to LARGE_INT on Tue, 23 Aug 2005 08:37:59 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">#include &lt;windows.h&gt;
</code></pre>
<p>Dann geht's!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/856647</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/856647</guid><dc:creator><![CDATA[Tanzfreak]]></dc:creator><pubDate>Tue, 23 Aug 2005 08:37:59 GMT</pubDate></item><item><title><![CDATA[Reply to LARGE_INT on Tue, 23 Aug 2005 08:39:35 GMT]]></title><description><![CDATA[<p>lol für QueryPerformanceCounter brauchtest du ja auch schon windows.h oder nicht?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/856649</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/856649</guid><dc:creator><![CDATA[i;]]></dc:creator><pubDate>Tue, 23 Aug 2005 08:39:35 GMT</pubDate></item><item><title><![CDATA[Reply to LARGE_INT on Tue, 23 Aug 2005 08:49:14 GMT]]></title><description><![CDATA[<p>Ja. Hast recht. Ist mir gerade aufgefallen. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/856658</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/856658</guid><dc:creator><![CDATA[Tanzfreak]]></dc:creator><pubDate>Tue, 23 Aug 2005 08:49:14 GMT</pubDate></item></channel></rss>