Home New Trending Search
About Privacy Terms
#
#CPlusPlus
Posts tagged #CPlusPlus on Bluesky
Knockin' on Header's Door: An Overview of C++ Modules - Alexsandro Thomas - CppCon 2025
Knockin' on Header's Door: An Overview of C++ Modules - Alexsandro Thomas - CppCon 2025

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

1 0 0 0
Video thumbnail

New Tux Demo with Vulkan. He kind of looks like a snow man.
#demo #cplusplus #hobby #hobbyist #code

0 0 0 0
Meeting C++ Community Survey

#CppPollOfToday: Which sanitizers do you use in your builds?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp

1 0 0 0
Community & Sharing in Native Audio Apps - Without Browser Overhead - Johannes Bochmann
Community & Sharing in Native Audio Apps - Without Browser Overhead - Johannes Bochmann Watch our latest video on YouTube

We have published a new ADC Conference video!

Community & Sharing in Native Audio Apps - Without Browser Overhead - Johannes Bochmann

#coding #cplusplus #cpp #programming

0 0 0 0
Practical Reflection - Barry Revzin - CppCon 2025
Practical Reflection - Barry Revzin - CppCon 2025

We have published a new CppCon 2025 video

Practical Reflection – Barry Revzin – CppCon 2025

#coding #cplusplus #cpp #programming

0 0 0 0
Post image

🚀 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

0 0 0 0
Video thumbnail

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

0 0 0 0
"But my tests passed!" - Exploring C++ Test Suite Weaknesses with Mutation Testing - Nico Eichhorn
"But my tests passed!" - Exploring C++ Test Suite Weaknesses with Mutation Testing - Nico Eichhorn YouTube video by Meeting Cpp

"But my tests passed!" - Exploring C++ Test Suite Weaknesses with Mutation Testing - Nico Eichhorn
www.youtube.com/watch?v=G_TD...
#cpp
#cplusplus

3 0 0 0
Video thumbnail

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

1 0 0 0
ISO C++ Standards Committee Panel Discussion 2025 - Hosted by Herb Sutter - CppCon 2025
ISO C++ Standards Committee Panel Discussion 2025 - Hosted by Herb Sutter - CppCon 2025

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

1 0 0 0
The MOST FLEXIBLE Bullets Plugin For Godot Engine - BlastBullets2D Tutorial Part 1
The MOST FLEXIBLE Bullets Plugin For Godot Engine - BlastBullets2D Tutorial Part 1 YouTube video by nikich

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...

8 3 0 0
End-to-End Latency Metrics From Distributed Trace - Kusha Maharshi - CppCon 2025
End-to-End Latency Metrics From Distributed Trace - Kusha Maharshi - CppCon 2025

We have published a new CppCon 2025 video

End-to-End Latency Metrics From Distributed Trace – Kusha Maharshi – CppCon 2025

#coding #cplusplus #cpp #programming

0 0 0 0
Seamless Static Analysis with Cppcheck: From IDE to CI and Code Review - Daniel Marjamäki - CppCon 2025
Seamless Static Analysis with Cppcheck: From IDE to CI and Code Review - Daniel Marjamäki - CppCon 2025

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

0 0 0 0
Meeting C++ Community Survey

#CppPollOfToday: Which sanitizers do you use in your builds?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp

0 0 0 0
Back to Basics: Common C++ Code Review Feedback - Chandranath Bhattacharyya & Kathleen Baker - CppCon 2025
Back to Basics: Common C++ Code Review Feedback - Chandranath Bhattacharyya & Kathleen Baker - CppCon 2025

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

0 0 0 0
Preview
std::vector in C++: The Dynamic Array You Actually Use Master std::vector in C++. Learn when to use vector vs array, common methods, performance characteristics, and why vector is the go-to dynamic container.

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

0 0 0 0
Mathematical constants in C++20

Its pi day! If you're looking for pi, C++20 got you covered! #piday
meetingcpp.com/blog/items/M...
#cpp
#cplusplus

1 1 0 0
Preview
Bjarne Stroustrup Programming: Principles and Practice using C++ (3rd Edition), aka PPP3, is an introduction to programming for people who have never programmed before

Book of the Day: Programming: Principles and practice using C++ (3rd edition) by Bjarne Stroustrup
meetingcpp.com/mcpp/books/b...
#cplusplus
#cpp

0 0 0 0
Post image Post image Post image Post image

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

7 2 0 0
Preview
TCP Connections With DAP Debuggers, Different Formats for Numeric Values, and More in CLion 2026.1 EAP | The CLion Blog The Early Access Program (EAP) for CLion 2026.1 is nearing its end, bringing a range of improvements to debugging capabilities, build tools, project formats, and more. This post is a brief overview of

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

0 0 0 0
Preview
Face and Voice Recognition on MCUs: The Edge AI Coffee Machine Challenge See how students use Qt for MCUs to build an edge AI application on microcontrollers, showcasing practical embedded systems optimization.

Face and Voice Recognition on MCUs: The Edge AI Coffee Machine Challenge
www.qt.io/blog/face-an...
#cpp
#cplusplus

0 0 0 0
Wait is it POSIX? Investigating Different OS and Library Implementations for Networking - Katherine Rocha - CppCon 2025
Wait is it POSIX? Investigating Different OS and Library Implementations for Networking - Katherine Rocha - CppCon 2025

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

1 0 0 0
It’s Dangerous to Go Alone: A Game Developer Tutorial - Michael Price - CppCon 2025
It’s Dangerous to Go Alone: A Game Developer Tutorial - Michael Price - CppCon 2025

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

1 0 0 0
Post image

💻 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

2 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

1 0 0 0
Meeting C++ Community Survey

#CppPollOfToday: Whats the choices of error handling are used in your code base?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp

0 0 0 0
Preview
John Farrier While the Standard Template Library (STL) offers a rich set of tools for data structures and algorithms, navigating its intricacies can be daunting for intermediate C++ developers without expert guida...

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

0 0 0 0
Back to Basics: Concepts - Jeff Garland - CppCon 2025
Back to Basics: Concepts - Jeff Garland - CppCon 2025

We have published a new CppCon 2025 video

Back to Basics: Concepts – Jeff Garland – CppCon 2025

#coding #cplusplus #cpp #programming

1 0 0 0
Building Bridges: C++ Interop, Foreign Function Interfaces & ABI - Gareth Williamson - Meeting C++25
Building Bridges: C++ Interop, Foreign Function Interfaces & ABI - Gareth Williamson - Meeting C++25 YouTube video by Meeting Cpp

Building Bridges: C++ Interop, Foreign Function Interfaces & ABI - Gareth Williamson - Meeting C++25
www.youtube.com/watch?v=0X_q...
#cpp
#cplusplus

0 1 0 0
Preview
Evaluation order in C++ and uniform initialization In today's post, you learn or get reminded about an interesting benefit of uniform initialization. With P0145, C++17 brought us well-de...

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

2 3 0 0