<?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[Datentyp MSHT]]></title><description><![CDATA[<p>Was muss ich includen damit ich den Datentyp MSHT im CBuilder verwenden kann ?<br />
Vielen Dank schon mal</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/130724/datentyp-msht</link><generator>RSS for Node</generator><lastBuildDate>Thu, 30 Jul 2026 00:11:00 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/130724.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Dec 2005 16:15:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Datentyp MSHT on Mon, 26 Dec 2005 16:15:59 GMT]]></title><description><![CDATA[<p>Was muss ich includen damit ich den Datentyp MSHT im CBuilder verwenden kann ?<br />
Vielen Dank schon mal</p>
]]></description><link>https://www.c-plusplus.net/forum/post/950274</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/950274</guid><dc:creator><![CDATA[Zero01]]></dc:creator><pubDate>Mon, 26 Dec 2005 16:15:59 GMT</pubDate></item><item><title><![CDATA[Reply to Datentyp MSHT on Mon, 26 Dec 2005 16:27:14 GMT]]></title><description><![CDATA[<p>Habe eben herausgefunden das es sich um eine Struktur handelt:</p>
<pre><code class="language-cpp">struct MSHT
{
	byte	Minutes;
	byte	Seconds;
	byte	Hundredths;
	byte	Thousandths;
};
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/950284</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/950284</guid><dc:creator><![CDATA[Zero01]]></dc:creator><pubDate>Mon, 26 Dec 2005 16:27:14 GMT</pubDate></item></channel></rss>