<?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[char* zeiger]]></title><description><![CDATA[<p>Die Funktion ctime() erwartet als Parameter die Millisekunden seit 1970 und erzeugt daraus einen Zeitstring. Wenn die Funktion diesen Zeitstring als char* zurückgibt muss doch Speicher angefordert werden??</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/310878/char-zeiger</link><generator>RSS for Node</generator><lastBuildDate>Tue, 04 Aug 2026 04:54:44 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/310878.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 21 Nov 2012 19:29:37 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to char* zeiger on Wed, 21 Nov 2012 19:29:37 GMT]]></title><description><![CDATA[<p>Die Funktion ctime() erwartet als Parameter die Millisekunden seit 1970 und erzeugt daraus einen Zeitstring. Wenn die Funktion diesen Zeitstring als char* zurückgibt muss doch Speicher angefordert werden??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2273180</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2273180</guid><dc:creator><![CDATA[java pro]]></dc:creator><pubDate>Wed, 21 Nov 2012 19:29:37 GMT</pubDate></item><item><title><![CDATA[Reply to char* zeiger on Wed, 21 Nov 2012 19:34:47 GMT]]></title><description><![CDATA[<p><a href="http://www.cplusplus.com/reference/clibrary/ctime/ctime/" rel="nofollow">http://www.cplusplus.com/reference/clibrary/ctime/ctime/</a></p>
<blockquote>
<p>The array which holds this string is statically allocated and shared by both the ctime and asctime functions. Each time either one of these functions is called the content of this array is overwritten.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/2273182</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2273182</guid><dc:creator><![CDATA[theliquidwave]]></dc:creator><pubDate>Wed, 21 Nov 2012 19:34:47 GMT</pubDate></item><item><title><![CDATA[Reply to char* zeiger on Wed, 21 Nov 2012 19:36:23 GMT]]></title><description><![CDATA[<p><a href="http://www.cplusplus.com/reference/clibrary/ctime/ctime/" rel="nofollow">Doku</a> lesen.</p>
<p><a href="http://cplusplus.com" rel="nofollow">cplusplus.com</a> schrieb:</p>
<blockquote>
<p>The array which holds this string is statically allocated and shared by both the ctime and asctime functions. Each time either one of these functions is called the content of this array is overwritten.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/2273183</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2273183</guid><dc:creator><![CDATA[mapper]]></dc:creator><pubDate>Wed, 21 Nov 2012 19:36:23 GMT</pubDate></item><item><title><![CDATA[Reply to char* zeiger on Wed, 21 Nov 2012 19:37:47 GMT]]></title><description><![CDATA[<p>Wahnsinn, habe theliquidwave's Post nicht gesehen <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f603.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--grinning_face_with_big_eyes"
      title=":D"
      alt="😃"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2273184</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2273184</guid><dc:creator><![CDATA[mapper]]></dc:creator><pubDate>Wed, 21 Nov 2012 19:37:47 GMT</pubDate></item></channel></rss>