<?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[Einige Frage zu Zeichen im Code]]></title><description><![CDATA[<p>Was bedeutet es wenn folgendes im Code steht:</p>
<p>1. const char*<br />
2. char**<br />
3. SetDlgItem<br />
4. GetDlgItem<br />
5. strlen<br />
6. .c_str()<br />
7. .length()</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/173194/einige-frage-zu-zeichen-im-code</link><generator>RSS for Node</generator><lastBuildDate>Sun, 26 Apr 2026 01:01:20 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/173194.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 12 Feb 2007 18:57:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Einige Frage zu Zeichen im Code on Mon, 12 Feb 2007 18:57:50 GMT]]></title><description><![CDATA[<p>Was bedeutet es wenn folgendes im Code steht:</p>
<p>1. const char*<br />
2. char**<br />
3. SetDlgItem<br />
4. GetDlgItem<br />
5. strlen<br />
6. .c_str()<br />
7. .length()</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1227678</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1227678</guid><dc:creator><![CDATA[newguy]]></dc:creator><pubDate>Mon, 12 Feb 2007 18:57:50 GMT</pubDate></item><item><title><![CDATA[Reply to Einige Frage zu Zeichen im Code on Mon, 12 Feb 2007 20:02:54 GMT]]></title><description><![CDATA[<p>newguy schrieb:</p>
<blockquote>
<p>1. const char*</p>
</blockquote>
<p><strong>char</strong>* deklariert einen Zeiger auf einen character (8-Bit unsigned)<br />
<strong>const</strong> sagt dem Compiler, er möge einen Fehler erzeugen, wenn versucht wird, die Variable zu modifizieren.</p>
<p>newguy schrieb:</p>
<blockquote>
<p>2. char**</p>
</blockquote>
<p>Tja, da sage ich mal, Grundlagen: <strong>Kernighan/Richie</strong> (ist ein Zeiger auf einen Zeiger).</p>
<p>newguy schrieb:</p>
<blockquote>
<p>3. SetDlgItem<br />
4. GetDlgItem</p>
</blockquote>
<p>Dazu bitte in der Onlinehilfe oder auf <a href="http://www.msdn.com" rel="nofollow">www.msdn.com</a> nachschaunen.</p>
<p>newguy schrieb:</p>
<blockquote>
<p>5. strlen</p>
</blockquote>
<p>MSVCRT.DLL Bibliotheksfunktion. Siehe auch hier MSDN.</p>
<p>newguy schrieb:</p>
<blockquote>
<p>6. .c_str()<br />
7. .length()</p>
</blockquote>
<p>Und diese welche gehören in die Standard Template Library (kurz STL). Auch hier MSDN. Man findet dazu aber sicher auch was auf <a href="http://www.apache.org" rel="nofollow">www.apache.org</a> (STL ist nicht unbedingt MS spezifisch, es sei denn es ist eine &quot;MS-Specific&quot; geschichte, hat man ja mal öfters <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>
<p>Ach ja, ich bekomme mit meiner MSDN Oct 2001 CD (die letzte die ins VS6.0 integriert ist) zu allen dieser Fragen eine Antwort.</p>
<p>Gruss, Gio</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1227703</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1227703</guid><dc:creator><![CDATA[Gio]]></dc:creator><pubDate>Mon, 12 Feb 2007 20:02:54 GMT</pubDate></item><item><title><![CDATA[Reply to Einige Frage zu Zeichen im Code on Tue, 13 Feb 2007 07:46:56 GMT]]></title><description><![CDATA[<p>@newguy: Mit solchen Sinnlos-Fragen mußt du nicht das Forum überfluten, das kann dir auch jedes Tutorial oder C++ Handbuch beantworten</p>
<p>Gio schrieb:</p>
<blockquote>
<p>(STL ist nicht unbedingt MS spezifisch, es sei denn es ist eine &quot;MS-Specific&quot; geschichte, hat man ja mal öfters <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>
</blockquote>
<p>Wenn das mal keine eindeutige Aussage ist <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="😃"
    /><br />
(die STL ist Bestandteil des ANSI C++ Standards (deswegen heißt sie auch <strong>Standard</strong> Template Library) und sollte von jedem standardkonformen Compiler unterstützt werden)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1227892</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1227892</guid><dc:creator><![CDATA[CStoll]]></dc:creator><pubDate>Tue, 13 Feb 2007 07:46:56 GMT</pubDate></item></channel></rss>