<?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[Ein Operator, pls Help]]></title><description><![CDATA[<p>nabend,</p>
<p>ich brauche mal eine Aufklährung:</p>
<p>auf <a href="http://www.flipcode.com/articles/article_win32skins.shtml" rel="nofollow">http://www.flipcode.com/articles/article_win32skins.shtml</a><br />
steht da was von</p>
<pre><code class="language-cpp">DWORD dwStyle = GetWindowLong(hWnd, GWL_STYLE);
  dwStyle &amp;= ~(WS_CAPTION|WS_SIZEBOX);
  SetWindowLong(hWnd, GWL_STYLE, dwStyle);
</code></pre>
<p>doch was macht dieser Operator ~ ???</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/152092/ein-operator-pls-help</link><generator>RSS for Node</generator><lastBuildDate>Mon, 07 Sep 2026 00:33:37 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/152092.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 02 Jul 2006 20:33:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Ein Operator, pls Help on Sun, 02 Jul 2006 20:33:59 GMT]]></title><description><![CDATA[<p>nabend,</p>
<p>ich brauche mal eine Aufklährung:</p>
<p>auf <a href="http://www.flipcode.com/articles/article_win32skins.shtml" rel="nofollow">http://www.flipcode.com/articles/article_win32skins.shtml</a><br />
steht da was von</p>
<pre><code class="language-cpp">DWORD dwStyle = GetWindowLong(hWnd, GWL_STYLE);
  dwStyle &amp;= ~(WS_CAPTION|WS_SIZEBOX);
  SetWindowLong(hWnd, GWL_STYLE, dwStyle);
</code></pre>
<p>doch was macht dieser Operator ~ ???</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1090395</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1090395</guid><dc:creator><![CDATA[the_coder]]></dc:creator><pubDate>Sun, 02 Jul 2006 20:33:59 GMT</pubDate></item><item><title><![CDATA[Reply to Ein Operator, pls Help on Sun, 02 Jul 2006 20:43:32 GMT]]></title><description><![CDATA[<p><a href="http://www.pronix.de/pronix-676.html" rel="nofollow">http://www.pronix.de/pronix-676.html</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1090398</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1090398</guid><dc:creator><![CDATA[joomoo]]></dc:creator><pubDate>Sun, 02 Jul 2006 20:43:32 GMT</pubDate></item><item><title><![CDATA[Reply to Ein Operator, pls Help on Sun, 02 Jul 2006 20:47:29 GMT]]></title><description><![CDATA[<p>Negationsoperator bildet Einer-Komplement, d.h. dreht alle Bits um. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1090401</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1090401</guid><dc:creator><![CDATA[haase]]></dc:creator><pubDate>Sun, 02 Jul 2006 20:47:29 GMT</pubDate></item></channel></rss>