<?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[String und Int zusammenpacken]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte mit der Funktion<br />
GetPrivateProfileString(szError, &quot;Caption&quot;, &quot;&quot;, pszCaption, MAX_PATH, &quot;C:\\UserMsgDe.ini&quot;);</p>
<p>einen Key aus der ini UserMsgDe.ini auslesen.</p>
<p>Das ganze hat schon geklappt, wenn ich den ersten Parameter (Section) in &quot; &quot; geschrieben habe, doch nun möchte ich diesen anders übergeben.</p>
<p>Der Sectionname setzt sich auf folgendem zusammen:<br />
&quot;HH&quot; (ist immer konstant) + Nummer (int)</p>
<p>Eine Section heisst zum Beispiel HH12345.</p>
<p>Die Nummer ist der Rückgabewert einer anderen Funktion (tut nichts zur Sache)</p>
<p>Wie muss ich das nun schreiben, damit &quot;HH&quot; + die <strong>variable Nummer</strong> an die Funktion übergeben wird??? Und wie muss dann Parameter 5 aussehen?</p>
<p>Vielen Dank!</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/120765/string-und-int-zusammenpacken</link><generator>RSS for Node</generator><lastBuildDate>Sat, 22 Aug 2026 12:21:27 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/120765.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 16 Sep 2005 09:00:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to String und Int zusammenpacken on Fri, 16 Sep 2005 09:00:00 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich möchte mit der Funktion<br />
GetPrivateProfileString(szError, &quot;Caption&quot;, &quot;&quot;, pszCaption, MAX_PATH, &quot;C:\\UserMsgDe.ini&quot;);</p>
<p>einen Key aus der ini UserMsgDe.ini auslesen.</p>
<p>Das ganze hat schon geklappt, wenn ich den ersten Parameter (Section) in &quot; &quot; geschrieben habe, doch nun möchte ich diesen anders übergeben.</p>
<p>Der Sectionname setzt sich auf folgendem zusammen:<br />
&quot;HH&quot; (ist immer konstant) + Nummer (int)</p>
<p>Eine Section heisst zum Beispiel HH12345.</p>
<p>Die Nummer ist der Rückgabewert einer anderen Funktion (tut nichts zur Sache)</p>
<p>Wie muss ich das nun schreiben, damit &quot;HH&quot; + die <strong>variable Nummer</strong> an die Funktion übergeben wird??? Und wie muss dann Parameter 5 aussehen?</p>
<p>Vielen Dank!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/873486</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/873486</guid><dc:creator><![CDATA[Neuling__]]></dc:creator><pubDate>Fri, 16 Sep 2005 09:00:00 GMT</pubDate></item><item><title><![CDATA[Reply to String und Int zusammenpacken on Sat, 17 Sep 2005 07:57:38 GMT]]></title><description><![CDATA[<p>Schau mal in unsere FAQ:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-39488.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-39488.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/874145</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/874145</guid><dc:creator><![CDATA[HumeSikkins]]></dc:creator><pubDate>Sat, 17 Sep 2005 07:57:38 GMT</pubDate></item></channel></rss>