<?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[Name gesucht]]></title><description><![CDATA[<p>hi,</p>
<p>ich habe ein array in dem mehrere threads hineinschreiben...die arraygroesse nenne ich so:</p>
<pre><code class="language-cpp">const int THREADS_FOR_WRITING = 10;
</code></pre>
<p>irgendwie gefaellt mir der name nicht....hm faellt euch was besseres ein?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/159265/name-gesucht</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Jul 2026 00:11:51 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/159265.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 13 Sep 2006 12:23:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Name gesucht on Wed, 13 Sep 2006 12:23:30 GMT]]></title><description><![CDATA[<p>hi,</p>
<p>ich habe ein array in dem mehrere threads hineinschreiben...die arraygroesse nenne ich so:</p>
<pre><code class="language-cpp">const int THREADS_FOR_WRITING = 10;
</code></pre>
<p>irgendwie gefaellt mir der name nicht....hm faellt euch was besseres ein?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1136585</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1136585</guid><dc:creator><![CDATA[hmpf]]></dc:creator><pubDate>Wed, 13 Sep 2006 12:23:30 GMT</pubDate></item><item><title><![CDATA[Reply to Name gesucht on Wed, 13 Sep 2006 12:39:52 GMT]]></title><description><![CDATA[<p>Wenn das Arrays so angelegt ist, das für jeden Thread ein Feld existiert:</p>
<p>NO_OF_THREADS</p>
<p>Wenn du steuern willst, das es X schreibende Threads gibt, und du dafür dasselbe Makro verwenden willst:</p>
<p>NO_OF_WRITERS oder NO_OF_WRITER_THREADS</p>
<p>Grundsätzlich verwende ich (wenn überhaupt) für Makros mit Grössenangaben &quot;NO_OF_&quot; oder &quot;MAX_NO_&quot; oder &quot;MIN_NO_&quot;....</p>
<p>Das ist allerdings Geschmackssache.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1136603</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1136603</guid><dc:creator><![CDATA[Sid2K6]]></dc:creator><pubDate>Wed, 13 Sep 2006 12:39:52 GMT</pubDate></item><item><title><![CDATA[Reply to Name gesucht on Wed, 13 Sep 2006 13:04:06 GMT]]></title><description><![CDATA[<p>wäre vielleicht auch interessant für die Namensgebung, was sie reinschreiben.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1136632</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1136632</guid><dc:creator><![CDATA[rüdiger]]></dc:creator><pubDate>Wed, 13 Sep 2006 13:04:06 GMT</pubDate></item><item><title><![CDATA[Reply to Name gesucht on Wed, 13 Sep 2006 13:18:48 GMT]]></title><description><![CDATA[<p>Sid2K6 schrieb:</p>
<blockquote>
<p>Grundsätzlich verwende ich (wenn überhaupt) für Makros mit Grössenangaben &quot;NO_OF_&quot; oder &quot;MAX_NO_&quot; oder &quot;MIN_NO_&quot;....</p>
</blockquote>
<p>Mir gefällt suffix besser, (das OF ist sowieso Augenkrebs für mich)<br />
dann kann man trotzdem noch alphabetisch Ordnen.</p>
<pre><code>FOO_CNT //für count
FOO_MAX
FOO_MIN
...
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1136648</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1136648</guid><dc:creator><![CDATA[THX 1138]]></dc:creator><pubDate>Wed, 13 Sep 2006 13:18:48 GMT</pubDate></item></channel></rss>