mastodon.uno è uno dei tanti server Mastodon indipendenti che puoi usare per partecipare al fediverso.
Mastodon.Uno è la principale comunità mastodon italiana. Con 77.000 iscritti è il più grande nodo Mastodon italiano: anima ambientalista a supporto della privacy e del mondo Open Source.

Statistiche del server:

6,2K
utenti attivi

#cpp

89 post48 partecipanti9 post oggi
C & C++ Weekly<p>Write more C++ code thanks to constexpr</p><p><a href="https://andreasfertig.com/blog/2024/12/write-more-cpp-code-thanks-to-constexpr/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">andreasfertig.com/blog/2024/12</span><span class="invisible">/write-more-cpp-code-thanks-to-constexpr/</span></a></p><p>Discussions: <a href="https://discu.eu/q/https://andreasfertig.com/blog/2024/12/write-more-cpp-code-thanks-to-constexpr/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">discu.eu/q/https://andreasfert</span><span class="invisible">ig.com/blog/2024/12/write-more-cpp-code-thanks-to-constexpr/</span></a></p><p><a href="https://mastodon.social/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a></p>
Aurimas Černius<p>Todays work (and paretially yesterdays): search why test suite crash at the very end after all test passed.<br>Destructor calling through dangling pointer, when global arrays are destroyed, but debugger does not show where.<br>Reason: static array inside test function, hence destructors called super late when almost all is already destroyed.<br>Fix: make non-static. That simple.<br>Question: what will break after the fix?</p><p>Another day in C++ devs life.</p><p><a href="https://floss.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://floss.social/tags/Cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Cpp</span></a></p>
Andreas Fertig<p>What if you were writing less code that is easy to maintain?</p><p>I'll be giving a 1-day workshop "Safe and Efficient C++ for Embedded Environments"</p><p>Come and join me there!</p><p>You can find more information and a sign-up button here:</p><p><a href="https://andreasfertig.com/courses/safe-and-efficient-cpp-for-embedded-environments/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">andreasfertig.com/courses/safe</span><span class="invisible">-and-efficient-cpp-for-embedded-environments/</span></a></p><p><a href="https://mas.to/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a> <a href="https://mas.to/tags/workshop" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>workshop</span></a></p>
C & C++ Weekly<p>GCC's atomic builtins + `__builtin_is_aligned(ptr, 2)` ⇒ pointer tagging without casting</p><p><a href="https://compiler-explorer.com/z/reT5YaGEx" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">compiler-explorer.com/z/reT5Ya</span><span class="invisible">GEx</span></a></p><p>Discussions: <a href="https://discu.eu/q/https://compiler-explorer.com/z/reT5YaGEx" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">discu.eu/q/https://compiler-ex</span><span class="invisible">plorer.com/z/reT5YaGEx</span></a></p><p><a href="https://mastodon.social/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a></p>
C & C++ Weekly<p>Valgrind 3.25 released</p><p><a href="http://ld.so" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">http://</span><span class="">ld.so</span><span class="invisible"></span></a></p><p>Discussions: <a href="https://discu.eu/q/http://ld.so" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">discu.eu/q/http://ld.so</span><span class="invisible"></span></a></p><p><a href="https://mastodon.social/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://mastodon.social/tags/release" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>release</span></a></p>
meetingcpp<p><a href="https://mastodon.online/tags/CppPollOfToday" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CppPollOfToday</span></a>: Which kind of code do you write in your job?<br><a href="https://meetingcpp.com/mcpp/survey/?q=67" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">meetingcpp.com/mcpp/survey/?q=</span><span class="invisible">67</span></a><br><a href="https://mastodon.online/tags/cplusplus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cplusplus</span></a><br><a href="https://mastodon.online/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a></p>
Jack William Bell<p>Interesting idea, although I don't know if it needs to be a primitive. The os.tree function in <a href="https://rustedneuron.com/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> does this for file systems and, as a model, could be used as the basis for other kinds of tree structures.</p><p>&gt; Programming languages should have a tree traversal primitive. <a href="https://blog.tylerglaiel.com/p/programming-languages-should-have" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.tylerglaiel.com/p/program</span><span class="invisible">ming-languages-should-have</span></a></p><p><a href="https://rustedneuron.com/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://rustedneuron.com/tags/C" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>C</span></a> <a href="https://rustedneuron.com/tags/CPP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CPP</span></a> <a href="https://rustedneuron.com/tags/algorithms" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>algorithms</span></a> <a href="https://rustedneuron.com/tags/DataStructures" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>DataStructures</span></a></p>
C & C++ Weekly<p>Programming languages should have a tree traversal primitive</p><p><a href="https://blog.tylerglaiel.com/p/programming-languages-should-have" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.tylerglaiel.com/p/program</span><span class="invisible">ming-languages-should-have</span></a></p><p>Discussions: <a href="https://discu.eu/q/https://blog.tylerglaiel.com/p/programming-languages-should-have" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">discu.eu/q/https://blog.tylerg</span><span class="invisible">laiel.com/p/programming-languages-should-have</span></a></p><p><a href="https://mastodon.social/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://mastodon.social/tags/programminglanguages" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programminglanguages</span></a></p>
meetingcpp<p>Book of the Day: Surviving the C++ Coding Interview by Šimon Tóth<br><a href="https://meetingcpp.com/mcpp/books/book.php?hash=bb50ab55678849987a6659605a365f653059863a" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">meetingcpp.com/mcpp/books/book</span><span class="invisible">.php?hash=bb50ab55678849987a6659605a365f653059863a</span></a><br><a href="https://mastodon.online/tags/cplusplus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cplusplus</span></a><br><a href="https://mastodon.online/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a></p>
C & C++ Weekly<p>C++23 mdspan</p><p><a href="https://alexsyniakov.com/2025/04/26/c23-mdspan/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">alexsyniakov.com/2025/04/26/c2</span><span class="invisible">3-mdspan/</span></a></p><p>Discussions: <a href="https://discu.eu/q/https://alexsyniakov.com/2025/04/26/c23-mdspan/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">discu.eu/q/https://alexsyniako</span><span class="invisible">v.com/2025/04/26/c23-mdspan/</span></a></p><p><a href="https://mastodon.social/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a></p>
Mathias Hasselmann<p>You write C++ code?<br>You have an opinion about C++?</p><p>Go, and watch this video! ☝️</p><p>WATCH IT!</p><p><a href="https://mastodon.green/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://mastodon.green/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a> <a href="https://mastodon.green/tags/securecode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>securecode</span></a> <a href="https://mastodon.green/tags/moderncode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>moderncode</span></a> <a href="https://mastodon.green/tags/peopleproblem" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>peopleproblem</span></a></p><p><span class="h-card" translate="no"><a href="https://mastodon.social/@c_discussions" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>c_discussions</span></a></span></p>
meetingcpp<p>New CppDepend Major Version 2025 Helps You Keep Your C++ Code Safe and Clean with MISRA C++ 2023<br><a href="https://cppdepend.com/blog/new-cppdepend-major-version-2025-helps-you-keep-your-c-code-safe-and-clean-with-misra-c-2023/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">cppdepend.com/blog/new-cppdepe</span><span class="invisible">nd-major-version-2025-helps-you-keep-your-c-code-safe-and-clean-with-misra-c-2023/</span></a><br><a href="https://mastodon.online/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a><br><a href="https://mastodon.online/tags/cplusplus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cplusplus</span></a> <br><a href="https://mastodon.online/tags/ad" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ad</span></a></p>
meetingcpp<p>Experimenting with AI Chatbots for C++<br><a href="https://www.meetingcpp.com/blog/items/Experimenting-with-AI-Chatbots-for-Cpp.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">meetingcpp.com/blog/items/Expe</span><span class="invisible">rimenting-with-AI-Chatbots-for-Cpp.html</span></a><br><a href="https://mastodon.online/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a><br><a href="https://mastodon.online/tags/cplusplus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cplusplus</span></a></p>
C & C++ Weekly<p>Using std::cpp 2025 keynote: The Real Problem of C++</p><p><a href="https://youtu.be/vN0U4P4qmRY?si=tT3uuGS9X3ChGpX7" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">youtu.be/vN0U4P4qmRY?si=tT3uuG</span><span class="invisible">S9X3ChGpX7</span></a></p><p>Discussions: <a href="https://discu.eu/q/https://youtu.be/vN0U4P4qmRY?si=tT3uuGS9X3ChGpX7" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">discu.eu/q/https://youtu.be/vN</span><span class="invisible">0U4P4qmRY?si=tT3uuGS9X3ChGpX7</span></a></p><p><a href="https://mastodon.social/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a></p>
meetingcpp<p><a href="https://mastodon.online/tags/CppPollOfToday" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CppPollOfToday</span></a>: Which C++14 library features are you using?<br><a href="https://meetingcpp.com/mcpp/survey/?q=51" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">meetingcpp.com/mcpp/survey/?q=</span><span class="invisible">51</span></a><br><a href="https://mastodon.online/tags/cplusplus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cplusplus</span></a><br><a href="https://mastodon.online/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a></p>
meetingcpp<p>Share your C++ openings with the Meeting C++ jobs newsletter!<br><a href="https://meetingcpp.com/mcpp/recruiting/jobsubmission.php" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">meetingcpp.com/mcpp/recruiting</span><span class="invisible">/jobsubmission.php</span></a> <br><a href="https://mastodon.online/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a><br><a href="https://mastodon.online/tags/cplusplus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cplusplus</span></a></p>
Pedro Faria<p>I don't know if this works for you. But for me, it is always neat to learn how a classic algorithm works. <a href="https://fosstodon.org/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://fosstodon.org/tags/lowlevel" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>lowlevel</span></a> <a href="https://fosstodon.org/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a> <a href="https://fosstodon.org/tags/learning" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>learning</span></a> <a href="https://fosstodon.org/tags/algorithm" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>algorithm</span></a> <a href="https://fosstodon.org/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a></p>
C & C++ Weekly<p>Having fun with C++ SFML and developing games without engines</p><p><a href="https://github.com/Rhaegar2012/Proyectos-Cpp-Publico/tree/main/SpaceInvaders" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/Rhaegar2012/Proyect</span><span class="invisible">os-Cpp-Publico/tree/main/SpaceInvaders</span></a></p><p>Discussions: <a href="https://discu.eu/q/https://github.com/Rhaegar2012/Proyectos-Cpp-Publico/tree/main/SpaceInvaders" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">discu.eu/q/https://github.com/</span><span class="invisible">Rhaegar2012/Proyectos-Cpp-Publico/tree/main/SpaceInvaders</span></a></p><p><a href="https://mastodon.social/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a> <a href="https://mastodon.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a></p>
meetingcpp<p>C++ Weekly - Ep 478 - Lambdas on the Heap (2)<br><a href="https://www.youtube.com/watch?v=qMGi_tdKrrk" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="">youtube.com/watch?v=qMGi_tdKrrk</span><span class="invisible"></span></a><br><a href="https://mastodon.online/tags/cpp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cpp</span></a><br><a href="https://mastodon.online/tags/cplusplus" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>cplusplus</span></a></p>
Alexandradal<p>A most superb concise pleading: infuriating, devastating, moving. Damning.</p><p><a href="https://mas.to/tags/Israel" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Israel</span></a> <a href="https://mas.to/tags/Palestine" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Palestine</span></a> <a href="https://mas.to/tags/ICJ" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ICJ</span></a> <a href="https://mas.to/tags/CPP" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CPP</span></a> <a href="https://mas.to/tags/CIJ" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CIJ</span></a> <a href="https://mas.to/tags/Gaza" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Gaza</span></a> <br><a href="https://mas.to/tags/StopGenocide" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>StopGenocide</span></a> </p><p><a href="https://www.youtube.com/watch?v=CP4FR5fYeQ4" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">youtube.com/watch?v=CP4FR5fYeQ</span><span class="invisible">4</span></a></p>