<?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[Forentechnik]]></title><description><![CDATA[Hier kann man über die neue Forumsoftware diskutieren.
Kritik, Lob, Probleme, Lösungen usw.]]></description><link>https://www.c-plusplus.net/forum/category/35</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 20:45:25 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/category/35.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 16 Aug 2018 01:40:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Verbesserung des Designs]]></title><description><![CDATA[Stylus-Scripts:

Avatar-Fix:

.account .cover .avatar-wrapper {
    border: 0;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.156863), 0 2px 10px 0 rgba(0,0,0,.117647);
}

.persona-usercard .usercard-picture {
    background-color: white;
}


Alternating Background Colours:

div.post-bar &gt; hr {
	display: none;
}

div.content &gt; blockquote {
	border-left: 5px solid #C9C9C9;
	margin: 0 0 10px;
	padding: 10px 10px;
}

div.topic.col-lg-12 &gt; ul &gt; li &gt; hr:last-of-type {
	display: none;
}

div.account &gt; div:nth-child(7) &gt; div &gt; div.col-xs-12 &gt; ul &gt; li &gt; div,
div.topic.col-lg-12 &gt; ul &gt; li,
div.category.col-lg-12 &gt; ul &gt; li,
div.col-lg-12 &gt; ul &gt; li,
div.subcategory &gt; ul &gt; li,
div.category &gt; ul &gt; li {
	padding: 15px 10px 15px 10px;
	margin: 18px 0px 18px 0px;
}

div.account &gt; div:nth-child(7) &gt; div &gt; div.col-xs-12 &gt; ul &gt; li:nth-of-type(odd) &gt; div,
div.topic.col-lg-12 &gt; ul &gt; li:nth-of-type(odd),
div.category.col-lg-12 &gt; ul &gt; li:nth-of-type(odd),
div.col-lg-12 &gt; ul &gt; li:nth-of-type(odd),
div.subcategory &gt; ul &gt; li:nth-of-type(odd),
div.category &gt; ul &gt; li:nth-of-type(odd) {
	background-color: #F2F2F2;
}

div.account &gt; div:nth-child(7) &gt; div &gt; div.col-xs-12 &gt; ul &gt; li:nth-of-type(even) &gt; div,
div.topic.col-lg-12 &gt; ul &gt; li:nth-of-type(even),
div.category.col-lg-12 &gt; ul &gt; li:nth-of-type(even),
div.col-lg-12 &gt; ul &gt; li:nth-of-type(even),
div.subcategory &gt; ul &gt; li:nth-of-type(even),
div.category &gt; ul &gt; li:nth-of-type(even) {
	background-color: #F9F9F9;
}

div.topic.col-lg-12 &gt; ul &gt; li:nth-of-type(odd) blockquote {
	background-color: #F9F9F9;
}

div.topic.col-lg-12 &gt; ul &gt; li:nth-of-type(even) blockquote {
	background-color: #F2F2F2;
}

.topic [component=&quot;post/replies&quot;] {
    border-left: 5px solid #C9C9C9 !important;
    background-color: #fafafa;
    padding: 1px 0px 1px 0px;
    margin-bottom: 18px;
}

.topic [component=&quot;post/replies&quot;] &gt; li {
    display: block;
	padding: 15px 10px 15px 10px;
	margin: 18px 12px 18px 12px;
}

.topic [component=&quot;post/replies&quot;] &gt; li &gt; hr:last-of-type {
	display: none;
}

.topic [component=&quot;post/replies&quot;] &gt; li:nth-of-type(odd) {
    background-color: #F2F2F2;
}

.topic [component=&quot;post/replies&quot;] &gt; li:nth-of-type(even) {
    background-color: #F9F9F9;
}

.topic [component=&quot;post/replies&quot;] &gt; li:nth-of-type(odd) blockquote {
	background-color: #F9F9F9 !important;
}

.topic [component=&quot;post/replies&quot;] &gt; li:nth-of-type(even) blockquote {
	background-color: #F2F2F2 !important;
}


Light Code-Boxes

.hljs {
    border: 1px solid lightgray;
    background: #fafafa;
    tab-size: 4;
}


No Code-Box scroll

.topic .posts .content pre {
    max-height: none;
}


Bigger Up-/Downvote Chevrons Inzwischen überflüsig.

div.topic.col-lg-12 &gt; ul &gt; li:nth-of-type(odd) [component=&quot;post/downvote&quot;] &gt; i,
div.topic.col-lg-12 &gt; ul &gt; li:nth-of-type(odd) [component=&quot;post/upvote&quot;] &gt; i  {
    -webkit-text-stroke: 1px #f2f2f2;
}

div.topic.col-lg-12 &gt; ul &gt; li:nth-of-type(even) [component=&quot;post/downvote&quot;] &gt; i,
div.topic.col-lg-12 &gt; ul &gt; li:nth-of-type(even) [component=&quot;post/upvote&quot;] &gt; i {
    -webkit-text-stroke: 1px #f9f9f9;
}

div.topic.col-lg-12 &gt; ul &gt; li [component=&quot;post/downvote&quot;].downvoted &gt; i,
div.topic.col-lg-12 &gt; ul &gt; li [component=&quot;post/upvote&quot;].upvoted &gt; i {
    -webkit-text-stroke: 1px #337ab7;
}


Remove &quot;Chat&quot; from Settings

#chat_dropdown {
    display: none;
}

.dropdown-menu &gt; li &gt; a[component=&quot;account/chat&quot;],
.dropdown-menu &gt; li &gt; a[component=&quot;account/new-chat&quot;] {
    display: none !important;
}

#content &gt; div.notifications &gt; div.btn-toolbar &gt; div.dropdown.pull-right.open &gt; ul &gt; li:nth-child(4)
{
    display: none;
}

#content &gt; div.account &gt; div.row &gt; div:nth-child(1) &gt; h4:nth-child(3),
#content &gt; div.account &gt; div.row &gt; div:nth-child(1) &gt; div:nth-child(4)
{
    display: none;
}

#content &gt; div.account &gt; div.row &gt; div:nth-child(2) &gt; div:nth-child(6) &gt; div:nth-child(5),
#content &gt; div.account &gt; div.row &gt; div:nth-child(2) &gt; div:nth-child(6) &gt; label:nth-child(12),
#content &gt; div.account &gt; div.row &gt; div:nth-child(2) &gt; div:nth-child(6) &gt; div:nth-child(13),
#content &gt; div.account &gt; div.row &gt; div:nth-child(2) &gt; div:nth-child(6) &gt; label:nth-child(14),
#content &gt; div.account &gt; div.row &gt; div:nth-child(2) &gt; div:nth-child(6) &gt; div:nth-child(15) {
    display:none;
}

]]></description><link>https://www.c-plusplus.net/forum/topic/347994/verbesserung-des-designs</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/347994/verbesserung-des-designs</guid><dc:creator><![CDATA[Swordfish]]></dc:creator><pubDate>Thu, 16 Aug 2018 01:40:06 GMT</pubDate></item><item><title><![CDATA[Migration auf neue Forensoftware]]></title><description><![CDATA[@Dravere
So, wer gemotzt hat, muß auch Lob zollen können.
Was Lesbarkeit von Sourcen usw. anbelangt, hat das Forum ordentlich nachgelegt.
Ganz ohne Sarkasmus: Find' ich gut! 
]]></description><link>https://www.c-plusplus.net/forum/topic/347403/migration-auf-neue-forensoftware</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/347403/migration-auf-neue-forensoftware</guid><dc:creator><![CDATA[Sarkast]]></dc:creator><pubDate>Mon, 05 Nov 2018 14:12:38 GMT</pubDate></item><item><title><![CDATA[Anfragen bezüglich Account-Löschung]]></title><description><![CDATA[@Dravere sagte in Anfragen bezüglich Account-Löschung:

Das kannst du selber machen. Oben rechts auf dein Icon klicken, Profil ändern, Konto löschen.

]]></description><link>https://www.c-plusplus.net/forum/topic/332248/anfragen-bezüglich-account-löschung</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/332248/anfragen-bezüglich-account-löschung</guid><dc:creator><![CDATA[Swordfish]]></dc:creator><pubDate>Mon, 02 Mar 2020 16:51:39 GMT</pubDate></item><item><title><![CDATA[Benutzername ändern]]></title><description><![CDATA[Danke. Wenn ich wieder auf Anonymität poche weiß ich ja wo ich mich nochmal melden kann.
]]></description><link>https://www.c-plusplus.net/forum/topic/327421/benutzername-ändern</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/327421/benutzername-ändern</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Wed, 20 Nov 2024 19:07:12 GMT</pubDate></item><item><title><![CDATA[Forum weiterhin ?]]></title><description><![CDATA[@Dravere Auch ein interessanter Nebeneffekt: Habe schon mehr als einmal, als ich der KI erklärt habe, warum der als fehlerhaft angekreidete Code dennoch korrekt ist, selbst nochmal richtig darüber nachgedacht und ein ganz anderes Problem entdeckt, das wir beide nicht gesehen haben.
Auch wenn das etwas ist, das auch ein Kollege liefern kann: der hat halt auch nicht immer Zeit für die Probleme anderer. Und es zeigt aber auch, wie nützlich ein Review selbst dann ist, wenn der Reviewer nicht den besten Durchblick hat.
]]></description><link>https://www.c-plusplus.net/forum/topic/355468/forum-weiterhin</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/355468/forum-weiterhin</guid><dc:creator><![CDATA[Finnegan]]></dc:creator><pubDate>Sun, 14 Jun 2026 16:11:05 GMT</pubDate></item><item><title><![CDATA[Reporting Spam]]></title><description><![CDATA[@Finnegan
Das ist doch kein wirklich neuer User ... aber das ist Dir wahrscheinlich längst klar.
]]></description><link>https://www.c-plusplus.net/forum/topic/342120/reporting-spam</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/342120/reporting-spam</guid><dc:creator><![CDATA[Belli]]></dc:creator><pubDate>Tue, 17 Mar 2026 21:04:22 GMT</pubDate></item><item><title><![CDATA[C++ lernen vom Anfänger bis zum Entwickler]]></title><description><![CDATA[@Harald-Stix Hast du schon Erfahrung in einer Programmiersprache? Kannst du Englische Literatur lesen?
]]></description><link>https://www.c-plusplus.net/forum/topic/355200/c-lernen-vom-anfänger-bis-zum-entwickler</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/355200/c-lernen-vom-anfänger-bis-zum-entwickler</guid><dc:creator><![CDATA[Schlangenmensch]]></dc:creator><pubDate>Sat, 20 Dec 2025 23:21:57 GMT</pubDate></item><item><title><![CDATA[Die neuen Forenregeln]]></title><description><![CDATA[Kann (nochmal) einfach nur geschlossen und deklassiert werden.
]]></description><link>https://www.c-plusplus.net/forum/topic/355142/die-neuen-forenregeln</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/355142/die-neuen-forenregeln</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sun, 01 Dec 2024 17:07:30 GMT</pubDate></item><item><title><![CDATA[Forenregeln?]]></title><description><![CDATA[Hallo @DocShoe
Ich habe versucht einen Entwurf zu erschaffen, kommt wiederum auch leider nicht gut an.
]]></description><link>https://www.c-plusplus.net/forum/topic/355140/forenregeln</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/355140/forenregeln</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Thu, 21 Nov 2024 06:56:16 GMT</pubDate></item><item><title><![CDATA[Private Nachrichten verschicken]]></title><description><![CDATA[Bin nur dem erstgenannten Server beigetreten, aber macht nix, wir können ja auch Discord PMs schreiben. 
]]></description><link>https://www.c-plusplus.net/forum/topic/355138/private-nachrichten-verschicken</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/355138/private-nachrichten-verschicken</guid><dc:creator><![CDATA[ShredderButtonOn]]></dc:creator><pubDate>Mon, 18 Nov 2024 16:49:01 GMT</pubDate></item><item><title><![CDATA[A New Member to this Forum and Excited to join!]]></title><description><![CDATA[@daviddavidmiller
Herzlichen Willkommen! Wenn ich z.b. in einem englischsprachigen Forum unterwegs bin, mache ich mir die Mühe, meine Beiträge in Englisch zu verfassen.
Ich bin der Meinung, dass es schon einen Sinn macht, Foren zu einem Thema in verschiedenen Sprachen vorzufinden. Auch wenn einige meinen, dass Englisch die Sprache der Programmierer::innen ist. Das würde aber dieses Forum wiederum in Frage stellen.
Ich nutze z.b. in mir fremdsprachlichen Foren gerne einen &quot;Übersetzer&quot;.
Mit besten Grüßen
]]></description><link>https://www.c-plusplus.net/forum/topic/355062/a-new-member-to-this-forum-and-excited-to-join</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/355062/a-new-member-to-this-forum-and-excited-to-join</guid><dc:creator><![CDATA[Helmut.Jakoby]]></dc:creator><pubDate>Thu, 05 Sep 2024 21:29:59 GMT</pubDate></item><item><title><![CDATA[Emoji-Liste aktualisieren]]></title><description><![CDATA[Ich vermisse :melting_face: und :shaking_face:  Diese sind relativ neu.
]]></description><link>https://www.c-plusplus.net/forum/topic/354799/emoji-liste-aktualisieren</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/354799/emoji-liste-aktualisieren</guid><dc:creator><![CDATA[noLust]]></dc:creator><pubDate>Wed, 17 Jul 2024 14:46:00 GMT</pubDate></item><item><title><![CDATA[Toxische Elemente ausschließen]]></title><description><![CDATA[@Belli sagte in Toxische Elemente ausschließen:

Ich glaube mittlerweile, sein Ziel ist überhaupt nicht die Auseinandersetzung mit irgendwelchen Themen, sondern einfach nur, aufzufallen, wahrgenommen zu werden, wobei es egal ist, ob positiv oder negativ, und Leute zu beschäftigen.

Ich frag mich, wie solche Leute im RL klarkommen, er scheint ja 24/7 vorm Rechner zu sitzen und an 1000 Projekten gleichzeitig zu arbeiten. Beziehung? Freunde? Familie? Wenn er so wie hier im Forum auftritt wird's wohl nicht leicht sein. Ist auch nur Spekulation, muss hier nicht weiter diskutiert werden.
]]></description><link>https://www.c-plusplus.net/forum/topic/354653/toxische-elemente-ausschließen</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/354653/toxische-elemente-ausschließen</guid><dc:creator><![CDATA[DocShoe]]></dc:creator><pubDate>Fri, 31 May 2024 08:47:28 GMT</pubDate></item><item><title><![CDATA[Sichtbarkeit von Unterforum und Thema von Beiträgen]]></title><description><![CDATA[Was auch nicht schlecht wäre, wenn man bestimmte Unterforen ausblenden könnte in der Übersicht.
]]></description><link>https://www.c-plusplus.net/forum/topic/354521/sichtbarkeit-von-unterforum-und-thema-von-beiträgen</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/354521/sichtbarkeit-von-unterforum-und-thema-von-beiträgen</guid><dc:creator><![CDATA[*john 0]]></dc:creator><pubDate>Thu, 01 Feb 2024 19:44:10 GMT</pubDate></item><item><title><![CDATA[[Gelöst] Bewertung von Beiträgen]]></title><description><![CDATA[Dummerchen  Tipp: Die Handhabung ist wie die eines Lichtschalters (ohne Smart).
]]></description><link>https://www.c-plusplus.net/forum/topic/354496/gelöst-bewertung-von-beiträgen</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/354496/gelöst-bewertung-von-beiträgen</guid><dc:creator><![CDATA[omggg]]></dc:creator><pubDate>Tue, 23 Jan 2024 05:55:29 GMT</pubDate></item><item><title><![CDATA[Bewertung am unteren Beitrags rand?]]></title><description><![CDATA[Es gibt Foren, die werden deutlich strenger modiert, als dieses hier, das ist mir am Anfang auch sofort aufgefallen. Das finde ich allerdings eher positiv hier. In anderen Foren werden auch interessante, themenbezogene Diskussionen sofort abgewürgt, wenn sie nicht mehr direkt auf die eigentliche Frage eingehen.
]]></description><link>https://www.c-plusplus.net/forum/topic/354458/bewertung-am-unteren-beitrags-rand</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/354458/bewertung-am-unteren-beitrags-rand</guid><dc:creator><![CDATA[Mechanics]]></dc:creator><pubDate>Fri, 05 Jan 2024 18:22:38 GMT</pubDate></item><item><title><![CDATA[Benachrichtigung einstellen]]></title><description><![CDATA[Hallo,
ich bekomme immer zwei Mail-Benachrichtigungen, wenn in einem Thema, das ich erstellt, habe etwas geschrieben wird.
1 x ist der Mail Text richtig Formatiert
1 x ist der Mail Text nicht korrekt formatiert und der Beitrag ist in Fließtext dargestellt.
Meine Einstellungen im Forum:
Beobachten:
Ja =&gt; Themen folgen, die du erstellst
Ja =&gt; Themen folgen, in denen du geantwortet hast
Default category watch state:
nicht beobachtet
Benachrichtigungen &amp; Klänge
Wenn jemand deinen beitrag positiv bewertet: Nur Benachrichtigen
Wenn jemand dem du folgst einen Beitrag erstellt: Keine
Wenn es eine neue Antwort auf ein Thema das du beobachtest gibt: Benachrichtigungen &amp; Email
Wenn dir jemand neues folgt: Nur Benachrichtigen
Wenn du eine Chat Nachricht erhältst: Benachrichtigungen &amp; Email
Wenn du eine Gruppeneinladung erhältst: Benachrichtigungen &amp; Email
When someone requests to join a group you own: Nur Benachrichtigen
Wenn dich jemand erwähnt: Benachrichtigungen &amp; Email
Benachrichtigungshäufigkeit für positive Bewertungen: Deaktiviert
Benachrichtigungston: kein Ton
Ton bei empfangener Nachricht: kein Ton
Ton bei versendeter Nachricht: Kein Ton
Was muss ich wie umstellen, dass ich nur eine Mail bekomme?
Gruß Mücke
]]></description><link>https://www.c-plusplus.net/forum/topic/354460/benachrichtigung-einstellen</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/354460/benachrichtigung-einstellen</guid><dc:creator><![CDATA[Muecke82]]></dc:creator><pubDate>Thu, 04 Jan 2024 05:47:58 GMT</pubDate></item><item><title><![CDATA[LaTeX Funktionalität]]></title><description><![CDATA[Ein weiterer Test bezüglich Markdown / Mermaid:
stateDiagram-v2
    [*] --&gt; Still
    Still --&gt; [*]

    Still --&gt; Moving
    Moving --&gt; Still
    Moving --&gt; Crash
    Crash --&gt; [*]

]]></description><link>https://www.c-plusplus.net/forum/topic/354247/latex-funktionalität</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/354247/latex-funktionalität</guid><dc:creator><![CDATA[Quiche Lorraine]]></dc:creator><pubDate>Mon, 21 Aug 2023 10:19:23 GMT</pubDate></item><item><title><![CDATA[Hello]]></title><description><![CDATA[Niedawno znalazłem kasyno wpłata od 1 zl, https://kasynoanalyzer.com/minimalny-depozyt/10-zl, okazało się być bardzo pozytywnym doświadczeniem.
Minimalny depozyt w wysokości 1 złotych to fantastyczna opcja dla osób, które chcą spróbować swojego szczęścia w grach hazardowych bez dużego ryzyka finansowego. Strona kasyna jest łatwa w obsłudze i przejrzysta, co ułatwiło mi znalezienie interesujących mnie gier.
]]></description><link>https://www.c-plusplus.net/forum/topic/354224/hello</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/354224/hello</guid><dc:creator><![CDATA[Forumis]]></dc:creator><pubDate>Mon, 24 Jul 2023 23:13:34 GMT</pubDate></item><item><title><![CDATA[Reactions für Beiträge?]]></title><description><![CDATA[@DocShoe Das Faustrecht finde ich heutzutage eigentlich etwas deplatziert...
auch, wenn schon so manch einer eine aufs Maul verdient hätte. 
]]></description><link>https://www.c-plusplus.net/forum/topic/354034/reactions-für-beiträge</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/354034/reactions-für-beiträge</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Wed, 10 May 2023 20:44:29 GMT</pubDate></item><item><title><![CDATA[EMail-Benachrichtigung]]></title><description><![CDATA[Danke, jetzt hat es geklappt.
Wie es früher war kann ich leider nicht mehr sagen.
]]></description><link>https://www.c-plusplus.net/forum/topic/353976/email-benachrichtigung</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/353976/email-benachrichtigung</guid><dc:creator><![CDATA[Mathuas]]></dc:creator><pubDate>Wed, 22 Mar 2023 18:47:34 GMT</pubDate></item><item><title><![CDATA[Account und Thema anpassen]]></title><description><![CDATA[@starcom_2 Ich habe das Thema vollständig gelöscht. Es ist somit nicht mal mehr für Admins oder Moderatoren sichtbar.
]]></description><link>https://www.c-plusplus.net/forum/topic/353799/account-und-thema-anpassen</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/353799/account-und-thema-anpassen</guid><dc:creator><![CDATA[Dravere]]></dc:creator><pubDate>Mon, 16 Jan 2023 12:55:34 GMT</pubDate></item><item><title><![CDATA[Short article Card: Grizzlies buy blown out within]]></title><description><![CDATA[The Memphis Grizzlies opened their 2022 Las Vegas summer time league with a activity towards the Los Angeles Clippers soon after shifting 2-1 inside of Salt Lake Metropolis.  The Grizzlies started out gradually within the very first quarter particularly upon the defensive conclude, providing up 28 info within the 1st quarter.  They on top of that struggled offensively, capturing specifically 6-20 against the flooring.  These types of struggles ongoing throughout halftime and the Grizzlies had been Quite sloppy with the ball toward the music of 12 turnovers and a 20-reality deficit.  The minute 50 percent experienced some dazzling locations against Kennedy Chandler, David Roddy, and Kenneth Lofton Jr.  nonetheless the Grizzlies did not generate substantially leeway upon the scoreboard, wasting their 1st Las Vegas summer months league sport 94-76.  It was a Really disappointing general performance immediately after 3 fairly powerful journeys inside of Salt Lake Town. At this time for the Grades:Kenneth Lofton Jr. : 18 Facts, 4 Rebounds, 1 Guidance, 4 Fouls, 5 turnovers, -2A good deal of Lofton scoring arrived after the Grizzlies ended up presently down double digits still he was by means of considerably the utmost modern participant inside the recreation.  He ongoing towards display off his write-up-scoring electrical power, bullying his competition within the paint and turning into basic buckets.  He much too confirmed off a little bit of athleticism with some dunks incorporating electrical energy in the direction of an differently disappointing sport.  His perfect enjoy of the night time was a appealing hesitation stream that bodes perfectly for his potential NBA achievement and scoring upside, getting to be towards the rim off the dribble pretty than within just short article-up predicaments.  Lofton Jr.  carries on toward exhibit why the Grizzlies were being effortless toward indicator him as an undrafted free of charge consultant. thus tender wit it itzjunior34  https://www.memphisteamstore.com/Grizzlies_Men-4. David Roddy-: 10 Details, 5 Rebounds, 2 Allows, 1 Block, 3 Fouls, -2At instances all through the to start with a few summer months league online games, it appeared that Roddy struggled with his function.  In just school, he was the variety just one remedy and was competitive occasionally, which the Grizzlies contain not noticed a lot therefore considerably.  It appeared that tonight activity would be the exact until finally Roddy experienced a breakout 3rd quarter.  He scored upon drives in direction of the basket, a report turnaround against pertaining to 15 toes, and a capture-and-shoot a few-pointer.  He confirmed flashes of his scoring overall flexibility and was the greatest innovative Grizzly apart from Lofton.  Roddy, alongside with quite a few of the other Grizzlies, struggled toward are living within entrance of Clippers' more compact, added athletic staff members, nevertheless total he intended a absolutely sure have an affect on upon the activity https://www.memphisteamstore.com/Shaquille_Harrison_Jersey-37.  droddy22 is using a potent NBA2K23SummerLeague debut NBA Ziaire Willaims: 10 Information, 3-9 FG (1-4 3-PT) 3 Rebounds, 2 Will help, 4 Fouls, 3 Turnovers, -20Williams is nevertheless having difficulties in just his fresh position as a fundamental ball-handler and it is very clear that he is not soft with it.  Regrettably, I even now feel it will be lucrative for his potential even if it is not Incredibly at days.  Ziaire did consist of some awesome buckets and performed sturdy safety even even though the unwind of the employees struggled.  He was nevertheless inefficient, nonetheless that can as well be described via his actively playing inside a position that is international in the direction of him.  All within all, it was a beautiful normal efficiency versus the 2nd 12 months in advance and the Grizzlies will want even further versus him in the direction of be worthwhile inside the summer season league.  Just before dashing in direction of judgement, Regrettably, keep in mind that if Williams is at any time pressured towards enjoy this part throughout the every month period the Grizzlies would comprise substantially much more towards stress more than than precisely Williams. Santi AldamaF: 4 Info, 2-7 FG (0-2 3-PT), 8 Rebounds, 3 Aids, 3 Turnovers, -19Aldama experienced a poor functionality upon each finishes of the court docket.  Offensively he disregarded photographs that he must not contain which include a handful of of idea-ins and a a few-pointer that strike very little nevertheless the backboard.  Defensively he was attacked inside of the opt for and roll and within 1-upon-just one cases.  It appeared that a good deal of the Clippersvery simple buckets and open up pictures arrived possibly upon Aldama or given that of a late defensive rotation.  Anyone contains negative evenings, still the Grizzlies want in direction of check out far more in opposition to Aldama during the following 4 video games in particular thinking about that Jaren Jackson Jr.  will most likely skip the starting up of the time.  Ball securityF: 17 TurnoversThe Grizzlies and Clippers both equally finished with 17 turnovers however the Grizzlies have been naturally harm far more considering the fact that of theirs.  It wasn uncomplicated turnovers possibly, there have been a couple of of guiding the back again/overhead passes that ended up never ever likely everywhere.  In general the personnel was accurately route as well careless with the ball and it injury them significantly.  If the Grizzlies need toward leap back again turnovers are the stage in the direction of begin. All round Quality: DThere had been some brilliant places nevertheless it was a poor evening for the Grizzlies as a comprehensive.  The good thing is this is the Summertime league consequently problems are demanded.  Greatest of these kinds of males experienced no concept they would be participating in jointly 2 months in the past, therefore it not unanticipated that there are some chemistry problems.  As the summer months league goes upon be expecting the avid gamers in direction of study further more than wherever and how their teammates together with in direction of acquire passes, rating and movement inside of the offense https://www.memphisteamstore.com/Steven_Adams_Jersey-33.  The Grizzlies will just take a opportunity towards soar back again tomorrow versus the Timberwolves at 8 CT.  Till then, don overreact in direction of a one summer months league recreation.  For further more Grizzlies speak, subscribe in the direction of the Grizzly Go through Blues podcast community upon Google Podcasts, Stitcher, Spotify, and IHeart.  Observe Grizzly Undergo Blues upon Twitter and Instagram https://www.memphisteamstore.com/Desmond_Bane_Jersey-26.  Far more VersusGrizzly Go through Blues  Soon after an offseason damage, can Jaren Jackson Jr.  acquire one more move in advance  Short article Card: Grizzliescomeback falls limited from Orlando  Grizzlies get hold of even more gasoline in the direction of their hearth with NBA GM Study  he Starting off 5Podcast: Is the Grizzliesevery month year rotation mounted  Straightforward Recap: Grizzlies battle inside preseason decline vs.  Magic  Memphis Grizzlies vs.  Orlando Magic Recreation Preview and Match Thread  Highest BrowseShort article Card: Grizzliescomeback falls quick in opposition to Orlando  Ja Morant fourth-quarter magic was not sufficient inside Orlando.  At the time an offseason problems, can Jaren Jackson Jr.  just take a further phase in advance  At the time he returns in opposition to hurt, can Jaren Jackson Jr.  get a jump Simple Recap: Grizzlies combat inside preseason decline vs.  Magic  Inspite of Desmond Bane 33 info, the Grizzlies had been not able towards stand up to the Magic.  Grizzlies purchase far more gasoline in the direction of their fireplace with NBA GM Study  As if the Grizzlies necessary in the direction of insert added gas towards their hearth, the most recent NBA GM Study could possibly end result inside of that.  The expenditure within Brandon Clarke  A secret cog within just the Grizzlies bench contains detailed he worthy of shelling out inside ofconcertAdsQueue.
]]></description><link>https://www.c-plusplus.net/forum/topic/353752/short-article-card-grizzlies-buy-blown-out-within</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/353752/short-article-card-grizzlies-buy-blown-out-within</guid><dc:creator><![CDATA[thjTGGG]]></dc:creator><pubDate>Mon, 26 Dec 2022 02:12:03 GMT</pubDate></item><item><title><![CDATA[Bitte um Accountlöschung]]></title><description><![CDATA[Hallo, hier ist EinNutzer0,
bitte meinen Account löschen bzw. anonymisieren und meine bei euch hinterlegte E-Mail-Adresse löschen, sodass diese nicht mehr im System vorhanden ist. (Ich werde auch von einer erneuten Registrierung mit dieser E-Mail-Adresse absehen)
Vielen Dank &amp; schöne Weihnachten
]]></description><link>https://www.c-plusplus.net/forum/topic/353746/bitte-um-accountlöschung</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/353746/bitte-um-accountlöschung</guid><dc:creator><![CDATA[iwer]]></dc:creator><pubDate>Sun, 25 Dec 2022 12:40:37 GMT</pubDate></item><item><title><![CDATA[Thema als gelöst kennzeichnen [gelöst]]]></title><description><![CDATA[Überall wäre natürlich nicht sinnvoll. Wenn z.B. eine Frage gestellt würde &quot;wie würdet ihr XY in C++ implementieren&quot; wäre ein &quot;gelöst&quot; natürlich sinnfrei.
Aber wenn eine Frage gestellt würde, wie z.B. &quot;Hat jemand schon eine Algorithmus entwickelt, der die Aufgabe XY löst entwickelt&quot;, wäre ein gelöst evtl. sinnvoll.
Und wenn es nur signalisieren soll, dass das Thema im Thread beendet ist,
]]></description><link>https://www.c-plusplus.net/forum/topic/353596/thema-als-gelöst-kennzeichnen-gelöst</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/353596/thema-als-gelöst-kennzeichnen-gelöst</guid><dc:creator><![CDATA[Helmut.Jakoby]]></dc:creator><pubDate>Fri, 21 Oct 2022 21:21:11 GMT</pubDate></item><item><title><![CDATA[Rust-Sektion im Forum]]></title><description><![CDATA[@hustbaer
rust prüft automatisch, ob ein z.B. Iterator durch eine Operation invalidiert worden sein könnte. Dann muss man diesen z.B. neuladen, sonst lässt sich das Programm nicht übersetzen. Allerdings beschränkt sich das auf normalen Code. rust kennt allerdings auch noch unsafe Code, und in diesem sind dann die Sicherheiten ausgehebelt. Letztere Abschnitte werden benötigt, um mit C APIs arbeiten zu können.
Man kann so einige Fehlerklassen gegenüber modernem C++ eliminieren. rust ist auch etwas besser als Ada. Wobei die Lieblingsbeispiele der rust Befürworter eher altem C++ entnommen sind.
]]></description><link>https://www.c-plusplus.net/forum/topic/353545/rust-sektion-im-forum</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/topic/353545/rust-sektion-im-forum</guid><dc:creator><![CDATA[*john 0]]></dc:creator><pubDate>Thu, 29 Sep 2022 12:22:48 GMT</pubDate></item></channel></rss>