We have published a new CppCon 2025 video
Knockin’ on Header’s Door: An Overview of C++ Modules – Alexsandro Thomas – CppCon 2025
#coding #cplusplus #cpp #programming
New Tux Demo with Vulkan. He kind of looks like a snow man.
#demo #cplusplus #hobby #hobbyist #code
#CppPollOfToday: Which sanitizers do you use in your builds?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp
We have published a new ADC Conference video!
Community & Sharing in Native Audio Apps - Without Browser Overhead - Johannes Bochmann
#coding #cplusplus #cpp #programming
We have published a new CppCon 2025 video
Practical Reflection – Barry Revzin – CppCon 2025
#coding #cplusplus #cpp #programming
🚀 Formation C++ gratuite que j’aurais rêvé d’avoir !
C++ moderne (11→26) + Linux pro (threads, epoll, Asio, gRPC…).
CMake + Conan, sanitizers, Ubuntu 24.04.
Repo → github.com/NDXDeveloper...
⭐ ou RT si ça t’aide !
#Cplusplus #Cpp #Linux
How easy it is to compile an MX2 OpenGL ES 3 app to WebAssembly with emscripten. I even added a compiled version of the MX2 static library, so all you have to do is compile your program. #cplusplus
All you have to install is glm with your package manager.
More info:
lostsidedead.biz/libmx2
"But my tests passed!" - Exploring C++ Test Suite Weaknesses with Mutation Testing - Nico Eichhorn
www.youtube.com/watch?v=G_TD...
#cpp
#cplusplus
Got my Vulkan model loader working with OBJ files now. This is pretty cool. I have been having a good time learning this. Helps with my depression a lot when I see progress and have something to do, versus sitting around and feeling sorry for myself.
#hobby #Hobbyist #demo #cplusplus
We have published a new CppCon 2025 video
ISO C++ Standards Committee Panel Discussion 2025 – Hosted by Herb Sutter – CppCon 2025
#coding #cplusplus #cpp #programming
Are you thinking of making a Bullet Hell game but the performance of your game is bad?
Godot BlastBullets2D Tutorial Part 1 IS OUT NOW!
#godot #gamedev #indiedev #indiegamedev #godotengine #GodotEngine #GODOT #GDExtension #cplusplus #bullethell
www.youtube.com/watch?v=L10s...
We have published a new CppCon 2025 video
End-to-End Latency Metrics From Distributed Trace – Kusha Maharshi – CppCon 2025
#coding #cplusplus #cpp #programming
We have published a new CppCon 2025 video
Seamless Static Analysis with Cppcheck: From IDE to CI and Code Review – Daniel Marjamäki – CppCon 2025
#coding #cplusplus #cpp #programming
#CppPollOfToday: Which sanitizers do you use in your builds?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp
We have published a new CppCon 2025 video
Back to Basics: Common C++ Code Review Feedback – Chandranath Bhattacharyya & Kathleen Baker – CppCon 2025
#coding #cplusplus #cpp #programming
std::vector is the container you reach for by default in C++. Not because it's always the right choice — but because it usually is, and it handles memory so you don't have to.
#cpp #cplusplus #programming
Its pi day! If you're looking for pi, C++20 got you covered! #piday
meetingcpp.com/blog/items/M...
#cpp
#cplusplus
Book of the Day: Programming: Principles and practice using C++ (3rd edition) by Bjarne Stroustrup
meetingcpp.com/mcpp/books/b...
#cplusplus
#cpp
Update on my university CPU Ray Tracer: recursive tracing, HDR sky with global illumination, spheres... and painfully low fps :P It's Work In Progress though!
#raytracing #graphics #computergraphics #3d #cplusplus #graphicsprogramming #gamedev #indiedev #solodev #gaming #realtime #indiegamedev
TCP Connections With DAP Debuggers, Different Formats for Numeric Values, and More in CLion 2026.1 EAP
blog.jetbrains.com/clion/2026/0...
#cpp
#cplusplus
Face and Voice Recognition on MCUs: The Edge AI Coffee Machine Challenge
www.qt.io/blog/face-an...
#cpp
#cplusplus
We have published a new CppCon 2025 video
Wait is it POSIX? Investigating Different OS and Library Implementations for Networking – Katherine Rocha – CppCon 2025
#coding #cplusplus #cpp #programming
We have published a new CppCon 2025 video
It’s Dangerous to Go Alone: A Game Developer Tutorial – Michael Price – CppCon 2025
#coding #cplusplus #cpp #programming
💻 Completed Mastering Data Structures & Algorithms using C/C++.
Focused on:
• Core data structures
• Algorithmic thinking
• Writing implementations manually
All codes are being documented and shared on my GitHub.
#DataStructures #Algorithms #Cplusplus #Coding
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
#CppPollOfToday: Whats the choices of error handling are used in your code base?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp
Book of the Day: Data Structures and Algorithms with the C++ STL: A guide for modern C++ practitioners by John Farrier
meetingcpp.com/mcpp/books/b...
#cplusplus
#cpp
We have published a new CppCon 2025 video
Back to Basics: Concepts – Jeff Garland – CppCon 2025
#coding #cplusplus #cpp #programming
Building Bridges: C++ Interop, Foreign Function Interfaces & ABI - Gareth Williamson - Meeting C++25
www.youtube.com/watch?v=0X_q...
#cpp
#cplusplus
Check out my post, "Evaluation order in C++", you learn about the evaluation order in C++.
andreasfertig.com/blog/2023/05/evaluation-...
#cplusplus #cpp #cpp17