<?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[Welche endung??]]></title><description><![CDATA[<p>Tach<br />
Ich habe einen code:</p>
<pre><code class="language-cpp">BOOL DoFileOpenSave(HWND hwnd, BOOL bSave)
{
   OPENFILENAME ofn;
   char szFileName[MAX_PATH];

   ZeroMemory(&amp;ofn, sizeof(ofn));
   szFileName[0] = 0;

   ofn.lStructSize = sizeof(ofn);
   ofn.hwndOwner = hwnd;
   ofn.lpstrFilter = &quot;Text Files (*.txt)\0*.txt\0All Files (*.*)\0*.*\0\0&quot;;
   ofn.lpstrFile = szFileName;
   ofn.nMaxFile = MAX_PATH;
   ofn.lpstrDefExt = &quot;txt&quot;;

   if(bSave)
   { //PUNKT A
      ofn.Flags = OFN_EXPLORER | OFN_PATHMUSTEXIST | OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT;

      if(GetSaveFileName(&amp;ofn))
      {
         if(!SaveFile(GetDlgItem(hwnd, IDC_MAIN_TEXT), szFileName))
         {
          error.str(&quot;&quot;); error &lt;&lt; __LINE__ &lt;&lt; &quot; SaveFile-Error&quot;; str_error = error.str();
          MessageBox(NULL, &quot;Die Datei konnte nicht Gespeichert werden.&quot;, str_error.c_str(), MB_ICONEXCLAMATION | MB_OK);

          return FALSE;
         }
      }
   }
   else
   { //PUNKT B
      ofn.Flags = OFN_EXPLORER | OFN_FILEMUSTEXIST | OFN_HIDEREADONLY;
      if(GetOpenFileName(&amp;ofn))
      {
         if(!LoadFile(GetDlgItem(hwnd, IDC_MAIN_TEXT), szFileName))
         {
          error.str(&quot;&quot;); error &lt;&lt; __LINE__ &lt;&lt; &quot; LoadFile-Error&quot;; str_error = error.str();
          MessageBox(NULL, &quot;Die Datei konnte nicht Geladen werden.&quot;, str_error.c_str(), MB_ICONEXCLAMATION | MB_OK);

          return FALSE;
         }
      }
   }
   return TRUE;
}
</code></pre>
<p>Das den Offnen/speichern - Dialog öffnet. In welcher Varialbe ist an Punkt &quot;A&quot; und &quot;B&quot; die ausgewählte endung gespeichert??</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/84865/welche-endung</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Apr 2026 09:52:54 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/84865.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 03 Sep 2004 06:49:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Welche endung?? on Fri, 03 Sep 2004 06:49:30 GMT]]></title><description><![CDATA[<p>Tach<br />
Ich habe einen code:</p>
<pre><code class="language-cpp">BOOL DoFileOpenSave(HWND hwnd, BOOL bSave)
{
   OPENFILENAME ofn;
   char szFileName[MAX_PATH];

   ZeroMemory(&amp;ofn, sizeof(ofn));
   szFileName[0] = 0;

   ofn.lStructSize = sizeof(ofn);
   ofn.hwndOwner = hwnd;
   ofn.lpstrFilter = &quot;Text Files (*.txt)\0*.txt\0All Files (*.*)\0*.*\0\0&quot;;
   ofn.lpstrFile = szFileName;
   ofn.nMaxFile = MAX_PATH;
   ofn.lpstrDefExt = &quot;txt&quot;;

   if(bSave)
   { //PUNKT A
      ofn.Flags = OFN_EXPLORER | OFN_PATHMUSTEXIST | OFN_HIDEREADONLY | OFN_OVERWRITEPROMPT;

      if(GetSaveFileName(&amp;ofn))
      {
         if(!SaveFile(GetDlgItem(hwnd, IDC_MAIN_TEXT), szFileName))
         {
          error.str(&quot;&quot;); error &lt;&lt; __LINE__ &lt;&lt; &quot; SaveFile-Error&quot;; str_error = error.str();
          MessageBox(NULL, &quot;Die Datei konnte nicht Gespeichert werden.&quot;, str_error.c_str(), MB_ICONEXCLAMATION | MB_OK);

          return FALSE;
         }
      }
   }
   else
   { //PUNKT B
      ofn.Flags = OFN_EXPLORER | OFN_FILEMUSTEXIST | OFN_HIDEREADONLY;
      if(GetOpenFileName(&amp;ofn))
      {
         if(!LoadFile(GetDlgItem(hwnd, IDC_MAIN_TEXT), szFileName))
         {
          error.str(&quot;&quot;); error &lt;&lt; __LINE__ &lt;&lt; &quot; LoadFile-Error&quot;; str_error = error.str();
          MessageBox(NULL, &quot;Die Datei konnte nicht Geladen werden.&quot;, str_error.c_str(), MB_ICONEXCLAMATION | MB_OK);

          return FALSE;
         }
      }
   }
   return TRUE;
}
</code></pre>
<p>Das den Offnen/speichern - Dialog öffnet. In welcher Varialbe ist an Punkt &quot;A&quot; und &quot;B&quot; die ausgewählte endung gespeichert??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598424</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598424</guid><dc:creator><![CDATA[RedEagle]]></dc:creator><pubDate>Fri, 03 Sep 2004 06:49:30 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Fri, 03 Sep 2004 06:55:16 GMT]]></title><description><![CDATA[<p>Wovon willst du da die Endung <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="😕"
    /><br />
Zu diesen beiden Zeitpunkten wurde der Öffnen- bzw. Speichern-Dialog ja noch gar nicht aufgerufen <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/598429</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598429</guid><dc:creator><![CDATA[flenders]]></dc:creator><pubDate>Fri, 03 Sep 2004 06:55:16 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Fri, 03 Sep 2004 06:59:17 GMT]]></title><description><![CDATA[<p>Natürlich das ausgewählte Format (endung)...<br />
an der stelle nach Get?FileName();</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598434</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598434</guid><dc:creator><![CDATA[RedEagle]]></dc:creator><pubDate>Fri, 03 Sep 2004 06:59:17 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Fri, 03 Sep 2004 07:05:54 GMT]]></title><description><![CDATA[<p>Schau Dir die Beschreibung der <a href="http://msdn.microsoft.com/library/en-us/winui/winui/windowsuserinterface/userinput/commondialogboxlibrary/commondialogboxreference/commondialogboxstructures/openfilename.asp" rel="nofollow">OPENFILENAME Struktur in der MSDN</a> an.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598437</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598437</guid><dc:creator><![CDATA[Hepi]]></dc:creator><pubDate>Fri, 03 Sep 2004 07:05:54 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Fri, 03 Sep 2004 07:08:28 GMT]]></title><description><![CDATA[<p>Habe ich mir angekuckt:</p>
<pre><code>typedef struct tagOFN { 
  DWORD         lStructSize; 
  HWND          hwndOwner; 
  HINSTANCE     hInstance; 
  LPCTSTR       lpstrFilter; 
  LPTSTR        lpstrCustomFilter; 
  DWORD         nMaxCustFilter; 
  DWORD         nFilterIndex; 
  LPTSTR        lpstrFile; 
  DWORD         nMaxFile; 
  LPTSTR        lpstrFileTitle; 
  DWORD         nMaxFileTitle; 
  LPCTSTR       lpstrInitialDir; 
  LPCTSTR       lpstrTitle; 
  DWORD         Flags; 
  WORD          nFileOffset; 
  WORD          nFileExtension; 
  LPCTSTR       lpstrDefExt; 
  LPARAM        lCustData; 
  LPOFNHOOKPROC lpfnHook; 
  LPCTSTR       lpTemplateName; 
#if (_WIN32_WINNT &gt;= 0x0500)
  void *        pvReserved;
  DWORD         dwReserved;
  DWORD         FlagsEx;
#endif // (_WIN32_WINNT &gt;= 0x0500)
} OPENFILENAME, *LPOPENFILENAME;
</code></pre>
<p>Sagt mir nicht sehr viele (Und die Beschreibung noch weniger)<br />
ist das der wert?? (LPCTSTR lpstrFilter;)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598441</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598441</guid><dc:creator><![CDATA[RedEagle]]></dc:creator><pubDate>Fri, 03 Sep 2004 07:08:28 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Fri, 03 Sep 2004 07:17:26 GMT]]></title><description><![CDATA[<p>RedEagle schrieb:</p>
<blockquote>
<p>Sagt mir nicht sehr viele (Und die Beschreibung noch weniger)</p>
</blockquote>
<p>Dann solltest Du Dir evtl. überlegen, ob Windows-Programmierung wirklich das Wahre für Dich ist, wenn Du schon nicht durch die Dokumentation steigst...</p>
<p>Wenn...<br />
- in lpstrDefExt etwas steht UND der User KEINE Endung angegeben hat, dann steht in lpstrFileTitle (ohne Pfad) oder lpstrFile (mit Pfad) die Endung mit drin.</p>
<p>- der User hingegen einen punkt als Endung angegeben hat, dann hat die Datei keine Endung.</p>
<p>In nFileExtension steht die Anzahl an Bytes, bei der die Dateiendung in lpstrFile anfängt. Z. B. bei c:\dir1\dir2\file.ext wäre das der Wert 18.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598444</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598444</guid><dc:creator><![CDATA[Hepi]]></dc:creator><pubDate>Fri, 03 Sep 2004 07:17:26 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Fri, 03 Sep 2004 07:15:06 GMT]]></title><description><![CDATA[<p>Ich bin erst 17, d.H. ich habe 6 Jahre englisch auf einer REALschule gehabt, und das bei lehrern, die es selber nicht konnten...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598448</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598448</guid><dc:creator><![CDATA[RedEagle]]></dc:creator><pubDate>Fri, 03 Sep 2004 07:15:06 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Fri, 03 Sep 2004 07:20:33 GMT]]></title><description><![CDATA[<p>Was willst Du denn auch mit der Endung allein?</p>
<p>PS: hatte auch nur 6 Jahre Englisch, Abschluß Realschule, bin mittlerweile 34 Jahre alt... also entsprechend lange aus der Schule. Ohne MSDN wird das mit Windows-Programmierung nix...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598453</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598453</guid><dc:creator><![CDATA[Hepi]]></dc:creator><pubDate>Fri, 03 Sep 2004 07:20:33 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Fri, 03 Sep 2004 07:26:19 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">if      (endung == txt) {/**/}
else if (endung == exe) {/**/}
//...
</code></pre>
<p>oder wie soll man sonst in unterschiedlichen formaten speichern??</p>
<p>Hepi schrieb:</p>
<blockquote>
<p>Wenn...<br />
- in lpstrDefExt etwas steht UND der User KEINE Endung angegeben hat, dann steht in lpstrFileTitle (ohne Pfad) oder lpstrFile (mit Pfad) die Endung mit drin.</p>
<p>- der User hingegen einen punkt als Endung angegeben hat, dann hat die Datei keine Endung.</p>
<p>In nFileExtension steht die Anzahl an Bytes, bei der die Dateiendung in lpstrFile anfängt. Z. B. bei c:\dir1\dir2\file.ext wäre das der Wert 18.</p>
</blockquote>
<p>mit anderen worten, ich muss die ENdung selbts ermitteln??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598459</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598459</guid><dc:creator><![CDATA[RedEagle]]></dc:creator><pubDate>Fri, 03 Sep 2004 07:26:19 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Fri, 03 Sep 2004 07:28:46 GMT]]></title><description><![CDATA[<p>Evtl. hilft Dir dabei die Funktion <a href="http://msdn.microsoft.com/library/en-us/shellcc/platform/shell/reference/shlwapi/path/pathfindextension.asp" rel="nofollow">PathFindExtension</a>...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598465</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598465</guid><dc:creator><![CDATA[Hepi]]></dc:creator><pubDate>Fri, 03 Sep 2004 07:28:46 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Fri, 03 Sep 2004 07:33:38 GMT]]></title><description><![CDATA[<p>msdn schrieb:</p>
<blockquote>
<p><strong>Syntax</strong></p>
<p>LPTSTR PathFindExtension(<br />
LPCTSTR pPath<br />
);</p>
<p><strong>Parameters</strong></p>
<p>pPath<br />
[in] Pointer to a null-terminated string of maximum length MAX_PATH that contains the path that contains the extension for which to search.</p>
<p>Return Value<br />
Returns the address of the &quot;.&quot; preceding the extension within pPath if an extension is found, or the address of the trailing NULL character otherwise.</p>
<p><strong>Function Information</strong><br />
Minimum DLL Version shlwapi.dll version 4.71 or later<br />
Custom Implementation No<br />
Header shlwapi.h<br />
Import library shlwapi.lib<br />
Minimum operating systems Windows 2000, Windows NT 4.0 with Internet Explorer 4.0, Windows 98, Windows 95 with Internet Explorer 4.0<br />
Unicode Implemented as ANSI and Unicode versions.</p>
</blockquote>
<p>die Funktion habe ich verstande. muss ich jetzt die dll &quot;shlwapi.dll&quot; einbinden?? UND die lib UND den header?? und was hat das mit dme IE zu tun??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598472</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598472</guid><dc:creator><![CDATA[RedEagle]]></dc:creator><pubDate>Fri, 03 Sep 2004 07:33:38 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Fri, 03 Sep 2004 07:39:13 GMT]]></title><description><![CDATA[<p>Header einbinden, Lib verlinken.</p>
<p>Der Internet Explodierer 4 liefert die DLL, wenn man Windows NT 4/95/98 benutzt. Das bedeutet: Wer Dein Programm dann mal unter Windows NT 4/95/98 benutzen will, der muß mindestens den Internet Explodierer 4 installiert haben (denn Dein Programm benötigt die shlwapi.dll version 4.71 or later). Alle anderen Betriebssysteme haben das Problem nicht, da sie eine neuere Version der DLL haben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598475</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598475</guid><dc:creator><![CDATA[Hepi]]></dc:creator><pubDate>Fri, 03 Sep 2004 07:39:13 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Fri, 03 Sep 2004 07:39:14 GMT]]></title><description><![CDATA[<p>ok, danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/598477</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/598477</guid><dc:creator><![CDATA[RedEagle]]></dc:creator><pubDate>Fri, 03 Sep 2004 07:39:14 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Fri, 03 Sep 2004 20:26:03 GMT]]></title><description><![CDATA[<p>also ich lern' jetzt seit ca. 4 Jahren Englisch - und hab bis jetzt alles<br />
geschafft, was ich programmieren wollte.. Mit oder ohne MSDN und <a href="http://c-plusplus.net/forum" rel="nofollow">c-plusplus.net/forum</a> <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/599132</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/599132</guid><dc:creator><![CDATA[crazychicken]]></dc:creator><pubDate>Fri, 03 Sep 2004 20:26:03 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Sat, 04 Sep 2004 07:19:33 GMT]]></title><description><![CDATA[<p>Ich möchte ja nicht, das es einfach nur Funktioniert, ich möchte auch verstehen, wie es funktioniert, um es meinem Code anzupassen, und auch später, in anderen situationen wieder verwenden zu können. Und da reicht mir keine Beschreibung, die ich nur zur Hälfte verstehe.</p>
<p>Und ich habe beisher auch alles geschafft, was ich machen wollte.</p>
<p>Und ich habe auch Probleme mit DER Funktion gehabt, weil der irgendwie Probleme mit dem Header hatte, darum habe ich mir die Funktion jetzt selber geschrieben.</p>
<p>Ist zwar noch <strong>nicht</strong> Perfektioniert, bringt aber schon gute Ergebnisse:</p>
<pre><code class="language-cpp">string GetFileType(char* pathx, int max_path)
{
 char path[max_path];
      strcpy(path,pathx);
 char endung[10];
 int  stelle=0;

 for(int i=0; i!=max_path; i++) //char durchlaufen
 {
  if(path[i] == 46) //wenn punkt (d.h. die Endung beginnt
  {
   for(int j=i++; j!=max_path; j++) //endung durchlaufen
   {
    endung[stelle] = path[j]; //ein Zeichen der endung kopieren
    stelle++;                 //Die stelle in der die endung gespeichetr wird
    if(path[j] == 0)  //wenn endung zuende
    {
     //MessageBox(NULL,endung,&quot;die endung&quot;,NULL);
     return endung;
    }
   }//for
  }//if
 }//for

 return &quot;&quot;;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/599274</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/599274</guid><dc:creator><![CDATA[RedEagle]]></dc:creator><pubDate>Sat, 04 Sep 2004 07:19:33 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Sat, 04 Sep 2004 07:57:49 GMT]]></title><description><![CDATA[<p>Geht auch schneller:</p>
<pre><code class="language-cpp">string filename = &quot;/home/foo/datei.txt&quot;;
cout &lt;&lt; filename.substr(filename.find('.')+1);
</code></pre>
<p>oder</p>
<pre><code class="language-cpp">char* filename = &quot;/home/foo/datei.jpeg&quot;;
cout &lt;&lt; strstr(filename, &quot;.&quot;)+1 &lt;&lt; endl;
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/599287</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/599287</guid><dc:creator><![CDATA[blablablabla]]></dc:creator><pubDate>Sat, 04 Sep 2004 07:57:49 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Wed, 21 May 2008 14:43:27 GMT]]></title><description><![CDATA[<p>So ich grab das ma gerade aus...</p>
<p>Ich habe das selbe Problem -galub ich- is alles bischen wirr hier..</p>
<pre><code class="language-cpp">void save( void )
{
	OPENFILENAME myOpenDlg = { 0 };
	char openFile[300] = { 0 }; //filepath (returned by OPENDIALOG)

	myOpenDlg.lStructSize = sizeof(OPENFILENAME);
	myOpenDlg.hwndOwner = myAppWnd; //als childwindow erzeugen
	myOpenDlg.lpstrFilter = &quot;Datei\0*.iFile\0Datei in TXT Konvertieren\0*.txt\0\0&quot;;
	myOpenDlg.nFilterIndex = 1; //standardwahl
	myOpenDlg.lpstrFile = openFile;//char* zum erhalten des Dateipfades
	myOpenDlg.nMaxFile = 300;//max laenge des Dateipfades
	myOpenDlg.lpstrTitle = &quot;Speichern einer Datei&quot;;
	myOpenDlg.Flags = OFN_FILEMUSTEXIST; //die Datei muss existieren

	GetSaveFileName( &amp;myOpenDlg );

	printf( &quot;%s\n&quot;, openFile );
}
</code></pre>
<p>Geht super.. nur bekomme ich bei &quot;printf&quot; nuc...</p>
<pre><code>C:\Testpfad1\file
</code></pre>
<p>und nicht</p>
<pre><code>C:\Testpfad1\file.#gefählteEXT#
</code></pre>
<p>Wie weiß ich nun ober der user .txt oder .iFile speichern will?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1513632</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1513632</guid><dc:creator><![CDATA[lippoliv]]></dc:creator><pubDate>Wed, 21 May 2008 14:43:27 GMT</pubDate></item><item><title><![CDATA[Reply to Welche endung?? on Thu, 22 May 2008 08:24:29 GMT]]></title><description><![CDATA[<p>Also</p>
<pre><code>lpstrDefExt
    Pointer to a buffer that contains the default extension. GetOpenFileName and GetSaveFileName append this extension to the file name if the user fails to type an extension. This string can be any length, but only the first three characters are appended. The string should not contain a period (.). If this member is NULL and the user fails to type an extension, no extension is appended.
</code></pre>
<p>das ist ja gut und schön, aber wozu ist dann noch:<br />
&quot;Dateityp&quot; in dem SaveDLG?</p>
<p>Ich möchte wissen was da gewählt wurde... Bitte helft mir, kann ja ncith soo schwer sein oder?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1514063</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1514063</guid><dc:creator><![CDATA[lippoliv]]></dc:creator><pubDate>Thu, 22 May 2008 08:24:29 GMT</pubDate></item></channel></rss>