Home New Trending Search
About Privacy Terms
#
#cplusplus
Posts tagged #cplusplus on Bluesky
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

1 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
Shadow Stack: Forget Memory Corruptions, Ultimate C and C++ Safety - Bartosz Moczulski - CppCon 2025
Shadow Stack: Forget Memory Corruptions, Ultimate C and C++ Safety - Bartosz Moczulski - CppCon 2025

We have published a new CppCon 2025 video

Shadow Stack: Forget Memory Corruptions, Ultimate C and C++ Safety – Bartosz Moczulski – CppCon 2025

#coding #cplusplus #cpp #programming

0 0 0 0
Achieving Peak Performance for Matrix Multiplication - Aliaksei Sala - CppCon 2025
Achieving Peak Performance for Matrix Multiplication - Aliaksei Sala - CppCon 2025

We have published a new CppCon 2025 video

Achieving Peak Performance for Matrix Multiplication – Aliaksei Sala – CppCon 2025

#coding #cplusplus #cpp #programming

1 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
Meeting C++ weekly Blogroll 520

Meeting C++ weekly Blogroll 520
www.meetingcpp.com/blog/blogrol...
#cpp
#cplusplus

0 0 0 0
Hotspot v1.6.0 released | KDAB Hotspot 1.6.0 introduces support for archived perf files, regex filtering in the flamegraph, tracepoint analysis, and various bug fixes, further improving the Linux perf GUI for performance profiling.

Hotspot v1.6.0 released
www.kdab.com/hotspot-v1-6...
#cpp
#cplusplus

1 0 0 0
What's new in QML tooling in Qt 6.11, part 2: new qmllint warnings qmlls qmlformat qmllint QML Language Server LSP Qt

What's new in QML tooling in Qt 6.11, part 2: new qmllint warnings
www.qt.io/blog/whats-n...
#QtDev
#cpp
#cplusplus

0 1 0 0
Preview
Qt Creator 19 released See the highlights: Easy minimap navigation, auto-detection and setup for remote devices, MCP support for AI with projects, and performance improvements.

Qt Creator 19 released
www.qt.io/blog/qt-crea...
#QtDev
#cpp
#cplusplus

1 1 0 0
Preview
CUDA 13.2 Introduces Enhanced CUDA Tile Support and New Python Features | NVIDIA Technical Blog CUDA 13.2 arrives with a major update: NVIDIA CUDA Tile is now supported on devices of compute capability 8.X architectures (NVIDIA Ampere and NVIDIA Ada), as well as 10.X, 11.X and 12.

CUDA 13.2 Introduces Enhanced CUDA Tile Support and New Python Features
developer.nvidia.com/blog/cuda-13...
#cpp
#cplusplus

3 0 0 0
From Pure ISO C++20 To Compute Shaders - Koen Samyn - CppCon 2025
From Pure ISO C++20 To Compute Shaders - Koen Samyn - CppCon 2025

We have published a new CppCon 2025 video

From Pure ISO C++20 To Compute Shaders – Koen Samyn – CppCon 2025

#coding #cplusplus #cpp #programming

0 0 0 0
Cache Me Maybe - Optimize Your Code By Utilizing Your Cache - Michelle D'Souza - CppCon 2025
Cache Me Maybe - Optimize Your Code By Utilizing Your Cache - Michelle D'Souza - CppCon 2025

We have published a new CppCon 2025 video

Cache Me Maybe – Optimize Your Code By Utilizing Your Cache – Michelle D’Souza – CppCon 2025

#coding #cplusplus #cpp #programming

2 0 0 0
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

3 1 0 0
Meeting C++ Community Survey

#CppPollOfToday: What is your favorite build system to use?
meetingcpp.com/mcpp/survey/...
#cplusplus
#cpp

0 0 0 0