Back to the basics: Namespaces 101 - Sandor Dargo - Meeting C++ 2025
https://www.youtube.com/watch?v=nHFfm7koAuA
#cpp
#cplusplus
Back to the basics: Namespaces 101 - Sandor Dargo - Meeting C++ 2025

YouTube

表情包操作符
(MS 罪大恶极把 ^ 给用了
C++ 反射看起来好强啊

#cpp

In this march's edition of the @cppafrica
virtual meetup, I got to speak about #cpp #Iterators and the underlying mechanisms behind them, more of the latter actually.
Video recording is now available on youtube. https://youtu.be/lgovePwPSrw

#cplusplus
#cppafrica
#pointers

Iterators++ or Iterators in C++

YouTube
Part 2 of my terminal text editor series is live. This one covers the Presenter layer — smart pointer ownership, breaking circular dependencies with weak_ptr, routing keyboard input through semantic events, and managing viewport state.
https://ilean.me/blog/building-a-terminal-text-editor-the-presenter-part-2/
#CPlusPlus #OpenSource #TerminalUI #TextEditor #Programming #SoftwareDevelopment #CppDev #MVP #cpp
Building a Terminal Text Editor: The Presenter (Part 2)

Senior Software Engineer with 10+ years in embedded systems and full-stack development. Experience at General Motors working on autonomous vehicles, subsea systems, and modern web applications.

Ilean Monterrubio Jr

Hi folks! ✌️

Here's the new version of "Crisps Chat 🍟" 👉 https://codeberg.org/xolatgames/Crisps-Chat/releases/tag/v0.7.2 with bugfixing 🪲 and new sounds for incoming messages 🎶📩 (Thanks for sounds to Kronbits 🙂)

Have a good day! 😉

#chat #chats #communication #cpp #cplusplus #sdl #sdl2 #imgui #linux #appimage #inkscape #codelite #app #apps #soft #software #dearimgui #sqlite #sqlite3 #opensource #messaging #MessagingApp #cmake #jsonc #codeberg

Bugfixing 🪲 + New sounds for incoming messages 🎵📩 - xolatgames/Crisps-Chat

## The Changes 📝 New features: - [x] Added the sounds for incomming messages 🎵📩 Bug fixing: - [x] Fixed the bug where when a server make itself private, then someone connect to it, and try to enter OTT, the app crashes, then you will need to connect to that server again, and try to ...

Codeberg.org

ICYMI: Registration for CppCon 2026 is now open which will be held at the Gaylord Rockies in Aurora, Colorado from 12th-18th September.

https://cppcon.org/cppcon-2026-registration-is-open/

Check out our promotional video to find out what to expect!

https://youtu.be/8T71azsPTfE

#cpp #programming #coding

In case you missed it, we announced 50 outstanding presentations from C++ experts that will be taking place at C++Now 2026 from 4th - 8th May

Read the full announcement - https://cppnow.org/announcements/2026/03/2026-accepted-sessions-announced/

#cpp #cplusplus #programming #coding

std::simd "Hello World" on Compiler Explorer:
https://compiler-explorer.com/z/nTK4xc96f

#cpp26 #cpp #cplusplus

Compiler Explorer - C++

namespace simd = std::simd; int main() { simd::vec str = "Hello World"; std::println("{}", str); std::println("{::d}", str == 'l'); return 0; }

Meeting C++ Community Survey

Design matters more than any feature!
Join C++ Software Design with Klaus Iglberger and master modern C++ design patterns, and best practices to build robust systems.
🗓 30 Apr | 🖥 Online
Find out more and register: https://cpponline.uk/workshop/cpp-software-design/
#cpp #softwaredesign #coding