<?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[FLAGs in C++]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe eine Klasse. Je nachdem, ob ein internes Flag auf true oder false gesetzt wird, soll etwas anderes gemacht werden.</p>
<p>Wie modelliere ich das am besten in C++? Ich möchte nicht in irgendeiner Methode einen bool mitgeben.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/317913/flags-in-c</link><generator>RSS for Node</generator><lastBuildDate>Mon, 27 Jul 2026 21:52:39 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/317913.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 24 Jun 2013 16:07:31 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FLAGs in C++ on Mon, 24 Jun 2013 16:07:31 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>ich habe eine Klasse. Je nachdem, ob ein internes Flag auf true oder false gesetzt wird, soll etwas anderes gemacht werden.</p>
<p>Wie modelliere ich das am besten in C++? Ich möchte nicht in irgendeiner Methode einen bool mitgeben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2333958</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2333958</guid><dc:creator><![CDATA[falg]]></dc:creator><pubDate>Mon, 24 Jun 2013 16:07:31 GMT</pubDate></item><item><title><![CDATA[Reply to FLAGs in C++ on Mon, 24 Jun 2013 16:08:55 GMT]]></title><description><![CDATA[<p>Internes Flag klingt nach Member.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2333960</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2333960</guid><dc:creator><![CDATA[Nathan]]></dc:creator><pubDate>Mon, 24 Jun 2013 16:08:55 GMT</pubDate></item><item><title><![CDATA[Reply to FLAGs in C++ on Mon, 24 Jun 2013 16:13:52 GMT]]></title><description><![CDATA[<p>richtig</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2333963</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2333963</guid><dc:creator><![CDATA[falg]]></dc:creator><pubDate>Mon, 24 Jun 2013 16:13:52 GMT</pubDate></item><item><title><![CDATA[Reply to FLAGs in C++ on Mon, 24 Jun 2013 16:16:19 GMT]]></title><description><![CDATA[<p>Deine Fragestellung ist viel zu unpräzise. Denn irgendwo musst du dieses Flag auswerten.</p>
<p>Zeig ein konkretes Beispiel oder erklär dein gesamtes Vorhaben genauer, dann kann man dir auch helfen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2333964</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2333964</guid><dc:creator><![CDATA[hjkhjk]]></dc:creator><pubDate>Mon, 24 Jun 2013 16:16:19 GMT</pubDate></item><item><title><![CDATA[Reply to FLAGs in C++ on Mon, 24 Jun 2013 16:38:39 GMT]]></title><description><![CDATA[<p>@falg<br />
Ein Member modelliert man in C++ am einfachsten als Member.</p>
<p>Was willst du jetzt noch wissen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2333975</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2333975</guid><dc:creator><![CDATA[hustbaer]]></dc:creator><pubDate>Mon, 24 Jun 2013 16:38:39 GMT</pubDate></item></channel></rss>