Real-Time, Low Latency and High Temporal Resolution Spectrograms – Alexandre R.J. Francois – ADC
https://www.youtube.com/watch?v=QbNPA5QJ6OU
#coding #cplusplus #cpp #programming
Real-Time, Low Latency and High Temporal Resolution Spectrograms – Alexandre R.J. Francois – ADC
https://www.youtube.com/watch?v=QbNPA5QJ6OU
#coding #cplusplus #cpp #programming
#CppPollOfToday: What libraries do you use for regular expressions in your C++ projects?
https://meetingcpp.com/mcpp/survey/?q=27
#cplusplus
#cpp
Book of the Day: A Complete Guide to Standard C++ Algorithms by Šimon Tóth
https://meetingcpp.com/mcpp/books/book.php?hash=87d72914df2393c75c1b64030c729ff5a768795b
#cplusplus
#cpp
Sharing with my youtube members what I learned by exploring padding bytes in functions and structs in C++
https://www.youtube.com/watch?v=8tdUYfm3UPQ
#cpp
#cplusplus
Modern C++ Firmware: Proven Strategies for Tiny, Critical Systems (Part 10/10)
https://johnfarrier.com/modern-c-firmware-proven-strategies-for-tiny-critical-systems-part-10-10/?utm_source=rss&utm_medium=rss&utm_campaign=modern-c-firmware-proven-strategies-for-tiny-critical-systems-part-10-10
#cpp
#cplusplus
#programming #programminglanguage #C #Cpp #Cplusplus #Perl #PHP #Python #JavaScript #scripting #compiler #gcc #gdb #OS #networks #POSIX #IETF #DNS #TCP #IP #lua #R #Java #stack #OOP #HTML #CSS #webdesign #fullstack #backend #MVC #MVT #MVP #softwaredesign #softwaredevelopment #dev #softwaredev #github #versioncontrol #softwareArchitecture #gamedev #networkdev #automation #graphana
©️ Nicolas Mouart, 2026
🚨 CALL FOR POSTERS 🚨
We are delighted to announce CppOnline will have a virtual Poster Room at this year’s conference. Get involved and showcase your poster!
Application form: https://forms.gle/mPdK88it1b8Bcet69
DEADLINE: Fri 20th February
Маленький веб
Компактная и портабельная программа, четко выполняющая свое предназначение — редкая для современного мира красота и услада для глаз опытного разработчика. Именно такие проекты, реализующие различные серверы и клиенты для веба вы найдете в этой статье.
Time in C++: Closing Thoughts
https://www.sandordargo.com/blog/2026/02/04/clocks-part-10-conclusion
#cpp
#cplusplus
Studying new "C++" codebase.
Just shy of 6000 instances of sprintf() into small buffers declared on the stack. 32 bytes here, 50 bytes there. Filenames, log messages with many parms, you name it ... so many ways to get buffer overflows!
This type of coding went out of style decades ago, and is definitely not modern C++. Why are developers still doing this in 2026? #cpp
#CppPollOfToday: Which other programming languages do you know well? (e.g. used in a work related context)
https://meetingcpp.com/mcpp/survey/?q=24
#cplusplus
#cpp
🤝 C++ Online 2026 registration is open!
A friendly, community-run C++ conference with content for all levels.
🎟️ Including a new £50 Indie Ticket
👉 https://cpponline.uk
🎉 Slint 1.15 is out!
This release brings dynamic GridLayout (with for loops), two-way bindings on struct fields, Python type hints via slint-compiler, and improved iOS/Android support (safe area + virtual keyboard areas).
📝 Blog post: https://slint.dev/blog/slint-1.15-released
Have a C++ project or topic to share? Run an open content session at C++Online!
Host talks, panels, or meetups. Get a dedicated slot and free entry to the main conference.
Don't miss this chance to contribute and get FREE entry to C++Online
I really dislike how C++ does move semantics. I understand why it is this ugly and difficult (as always: in order not to break existing codebases...), but that doesn't change how mentally taxing it is to write code that avoids unnecessary copies.
I would really love to use Rust instead. There it is trivial, because of the different ownership and lifetime rules. (And in the few cases where move doesn't work, the borrow checker poilitely asks for an explicit clone().)
Jan Marker (KDAB) shows in this video how to set up a C++/QML project in Qt 6 using CMake and macro-based QML element registration, and compares the setup to how the same was done in Qt 5. #QtDev #Cpp #CPlusPlus #QML #Qt6 #CMake
https://www.youtube.com/watch?v=eJC84-4P7K8