Trending

#cpp

Latest posts tagged with #cpp on Bluesky

Posts tagged #cpp

Preview
Optimize norm gathering | SereneDB Search optimization journey 3: Optimize norm gathering

Search optimization journey 3: Optimize norm gathering
blog.serenedb.com/norm-gathering
#cpp
#cplusplus

0 0 0 0
Clean code! Horrible Performance? - Sandor Dargo - CppCon 2025
Clean code! Horrible Performance? - Sandor Dargo - CppCon 2025

We have published a new CppCon 2025 video

Clean code! Horrible Performance? – Sandor Dargo – CppCon 2025

#coding #cplusplus #cpp #programming

0 0 0 0
C++26 Reflection for JSON Serialization - A Practical Journey - Daniel Lemire & Francisco Geiman Thiesen - CppCon 2025
C++26 Reflection for JSON Serialization - A Practical Journey - Daniel Lemire & Francisco Geiman Thiesen - CppCon 2025

We have published a new CppCon 2025 video

C++26 Reflection for JSON Serialization – A Practical Journey – Daniel Lemire & Francisco Geiman Thiesen – CppCon 2025

#coding #cplusplus #cpp #programming

0 0 0 0
Lock-free Queues in the Multiverse of Madness - Dave Rowland - ADC 2025
Lock-free Queues in the Multiverse of Madness - Dave Rowland - ADC 2025 Watch our latest video on YouTube

We have published a new ADC Conference video!

Lock-free Queues in the Multiverse of Madness - Dave Rowland - ADC 2025

#coding #cplusplus #cpp #programming

0 0 0 0
Announcing the first Meeting C++ online job fair in 2026!

Announcing the first Meeting C++ online job fair in 2026!
www.meetingcpp.com/meetingcpp/n...
#cpp
#cplusplus

0 0 0 0
Preview
Ivan Čukić Functional Programming in C++ teaches developers the practical side of functional programming and the tools that C++ provides to develop software in the functional style

Book of the Day: Functional Programming in C++ by Ivan Čukić
meetingcpp.com/mcpp/books/b...
#cplusplus
#cpp

0 0 0 0
Preview
C++Now 2026 Session Announcement: When Abstractions Fix Too Much - Towards Flexible Library Design by Patrick Roberts

C++Now 2026 SESSION ANNOUNCEMENT: When Abstractions Fix Too Much - Towards Flexible Library Design by Patrick Roberts

schedule.cppnow.org/session/2026/when-abstra...

Register now at https://cppnow.org/registration/

#cplusplus #cpp #programming #softwaredesign

0 0 0 0
Preview
Techniques for Wielding Data and Behaviors | NDC Toronto 2026 Algorithms + Data Structures = Programs -- a famous book title from the late Turing award winner Niklaus Wirth that tells us what a program is. What makes programming creative is how we wield algorith...

NDC Toronto 2026: Master Data & Behaviors! 🛠️

Join Mike Shah: "Techniques for Wielding Data and Behaviors."

Learn architectural strategies to better manage code behavior and data organization.

📅 ndctoronto.com/agenda

🎟️ ndctoronto.com/tickets

🍁 May 5-8! #NDCToronto #cpp

0 1 0 0

Hashing in C++26
blog.infotraining.pl/hashing-in-c...
#cpp
#cplusplus

1 0 0 0
C++ Concurrency Deep Dive |  Threads, Mutexes, Semaphores + More! Workshop Preview with Mateusz Putz
C++ Concurrency Deep Dive | Threads, Mutexes, Semaphores + More! Workshop Preview with Mateusz Putz YouTube video by C++Online

Take your C++ concurrency skills to the next level at our workshop!
Join Mateusz Pusz and learn threads, mutexes, futures, semaphores & more, hands-on.
🗓 24 Apr | 🖥 Online
Register today: cpponline.uk/workshop/con...
Preview Video: youtu.be/zohZBChKreM

#cpp #code #concurrency

0 0 0 0

🇸🇪 SwedenCpp.se #Cpp daily: (24h + upcoming)
🎥 1 video
📝 4 blogs
🚀 2 releases
📍 1 upcoming meetup

Random 🚀 pick: openvinotoolkit/openvino/2026.1.0
github.com/openvinotoolkit/openvino...

0 0 0 0
Freestanding standard library In some earlier articles, we used the term freestanding. We said that a freestanding implementation is one that operates without the support of a hosted operating system. Think embedded systems, OS ke...

Freestanding standard library
www.sandordargo.com/blog/2026/04...
#cpp
#cplusplus

0 0 0 0
C++ 新经典 021 - 6. 数组 - 6.3 Char Array - 6.3.5 String Function 2 strcat
C++ 新经典 021 - 6. 数组 - 6.3 Char Array - 6.3.5 String Function 2 strcat YouTube video by Yasen - Enterprise Architecture

🚀 C++ 编程技巧更新!

在处理字符串连接时,你是否真正理解 strcat 的底层逻辑?本期视频深入解析 C++ 中的字符数组处理函数,通过 Excel 类比让你秒懂连接原理,并实操演示如何避免内存溢出与定义长度不足的常见错误。

📺 立即观看: youtu.be/VS_9_aiT65o

💡 深度内容:
想系统掌握 C/C++ 核心技术?欢迎订阅频道或加入会员支持我们!
🔥 课程 (Udemy): 包含更多实战案例与源码解析,点击开启你的大厂架构师之路:
www.udemy.com/course/maste...

#C语言 #Cpp #编程教学 #程序员 #strcat #底层原理

0 0 0 0
Post image

discoLink by discoDSP 🎛️
Open-source inter-plugin comms library for real-time audio/MIDI streaming.

💻 Mac/Linux/Win (VST3/AU/Standalone)
🎁 FREE www.discodsp.com/discolink/

More freeware 👉 linktr.ee/legalvst

#freeplugin #opensource #midi #audioplugin #devtool #cpp #juce

3 1 0 0
Preview
What reinterpret_cast doesn't do In today's post, I will explain one of C++'s biggest pitfalls: reinterpret_cast. Another title for this post could be: This is not the...

What reinterpret_cast doesn't do
andreasfertig.com/blog/2026/04...
#cpp
#cplusplus

0 0 0 0
CLion + Qt Designer: Open .ui Files from Your C++ Code
CLion + Qt Designer: Open .ui Files from Your C++ Code Qt Designer integration in CLion is nowhere near as smooth as in Qt Creator, but you can still make working with .ui files reasonably convenient.In this epis...

Qt Designer integration in CLion may not match Qt Creator - but a few tweaks improve it.

Jesper Pedersen shows how to open the matching .ui from a .cpp via an External Tool, plus a shortcut tweak for #QtCreator–like window handling.

🔗 www.youtube.com/watch?v=Vir8...

#QtDev #CLion #QtDesigner #Cpp

0 0 0 0
Type Traits without Compiler Intrinsics – The Promise of Static Reflection - Andrei Zissu - CppCon 2025
Type Traits without Compiler Intrinsics – The Promise of Static Reflection - Andrei Zissu - CppCon 2025

We have published a new CppCon 2025 video

Type Traits without Compiler Intrinsics – The Promise of Static Reflection – Andrei Zissu – CppCon 2025

#coding #cplusplus #cpp #programming

0 0 0 0
Preview
C++Now 2026 Session Announcement: Reflection Is Only Half the Story by Barry Revzin

C++Now 2026 SESSION ANNOUNCEMENT: Reflection Is Only Half the Story by Barry Revzin

schedule.cppnow.org/session/2026/reflection-...

Register now at https://cppnow.org/registration/

#coding #cplusplus #cpp #reflection

1 0 0 0
GitHub - irods/irods_rule_engine_plugin_policy_composition Contribute to irods/irods_rule_engine_plugin_policy_composition development by creating an account on GitHub.

github.com/irods/irods_...

www.youtube.com/watch?v=2bgg...

#irods #cpp #policy #datamanagement

0 0 0 0
groov: Asynchronous Handling of Special Function Registers - Michael Caisse - CppCon 2025
groov: Asynchronous Handling of Special Function Registers - Michael Caisse - CppCon 2025

We have published a new CppCon 2025 video

groov: Asynchronous Handling of Special Function Registers – Michael Caisse – CppCon 2025

#coding #cplusplus #cpp #programming

0 0 0 0
Preview
Canadian pension plans are so healthy that employers are taking a contribution 'holiday,' says Mercer For every dollar of pension owed to recipients, $1.23 is available

#Canada #CPP Canadian pension plans are so healthy that employers are taking a contribution 'holiday,' says Mercer. Contribution holidays can be required under the Canadian Income Tax Act when the surplus in a plan reaches a certain solvency threshold. ca.finance.yahoo.com/news/canadia...

2 2 0 0
Meeting C++ Community Survey

#CppPollOfToday: Have you attended a C++ User Group meeting?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp

0 0 0 0
Preview
GitHub - martuscellifaria/ahoicpp.nvim: A.H.O.I. Labs (Alex's Heavily Opinionated Interfaces) C++ Project plugin for NeoVim A.H.O.I. Labs (Alex's Heavily Opinionated Interfaces) C++ Project plugin for NeoVim - martuscellifaria/ahoicpp.nvim

Added a compilation process to AhoiCpp.nvim, as well as a bit more convenient handling for modules/cmake files. The readme is now less chaotic. #neovim #cpp #lua

github.com/martuscellif...

0 0 0 0
Preview
Learning to read C++ compiler errors: Illegal use of -> when there is no -> in sight - The Old New Thing If the compiler is complaining about things you didn't write, find out who wrote them.

Learning to read C++ compiler errors: Illegal use of -> when there is no -> in sight | by Raymond Chen

buff.ly/yvepDbo

#cpp #windowsdev #programming #debugging

0 0 0 0
Modern C++ for Embedded Systems: From Fundamentals to Real-Time Solutions - Rutvij Girish Karkhanis
Modern C++ for Embedded Systems: From Fundamentals to Real-Time Solutions - Rutvij Girish Karkhanis

We have published a new CppCon 2025 video

Modern C++ for Embedded Systems: From Fundamentals to Real-Time Solutions – Rutvij Girish Karkhanis

#coding #cplusplus #cpp #programming

0 0 0 0
Preview
C.A.T. Game LIVE — Building Smarter Virtual Cats: RL Training + Engine Optimization | V Engine YouTube video by p3nGu1nZz

Generate engine optimizations, RL Agent tuning & Training~

LIVE 🎥🔴 youtube.com/live/sUDWUvc...

#live #gamedev #agenticcoding #vibecoding #vulkan #cpp #rlagents #livetraining

10 3 1 0
Preview
Modern C++: Why C++ Is No Longer the C++ You Knew Every time I use the term Modern C++ in my articles or books, I get asked: Why this description? Isn't C++ the same language it has always been? The truth is… no. The C++ of today is not the C++ the w...

Modern C++: Why C++ Is No Longer the C++ You Knew
#programming #cpp
www.linkedin.com/pulse/modern...

0 0 0 0
Preview
Bartlomiej Filipek C++17 was standardised in December 2017, giving us - developers - a wealth of new features to write better code

Book of the Day: C++17 In Detail by Bartlomiej Filipek
meetingcpp.com/mcpp/books/b...
#cplusplus
#cpp

1 0 0 0
Post image

Huge Thanks to Jump Trading who are our T-Shirt Sponsor!

Find out more about them: www.jumptrading.com

C++Now 2026 runs from the 4th-8th May 2026 and features 50 talks across five days.

Register for C++Now 2026 today: cppnow.org/registration/

#cpp #cplusplus

0 0 0 0
Video

Data-oriented C++20 game engine with a fiber-based job system and bindless Vulkan 1.3 renderer github.com/Hekbas/Luth

#gamedev #gamedevelopment #indiedev #vulkan #cpp

14 5 0 0