Forem

C++

Official tag for the C++ programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
IEEE-754 Floating Point — A Gentle Introduction
Cover image for IEEE-754 Floating Point — A Gentle Introduction

IEEE-754 Floating Point — A Gentle Introduction

1
Comments
4 min read
DocWire SDK 2025.08.05 Released – Local AI Embeddings, SentencePiece, Cosine Similarity
Cover image for DocWire SDK 2025.08.05 Released – Local AI Embeddings, SentencePiece, Cosine Similarity

DocWire SDK 2025.08.05 Released – Local AI Embeddings, SentencePiece, Cosine Similarity

Comments
2 min read
Building a High-Performance Lock-Free Ring Buffer in C++ for Ultra-Low Latency Messaging

Building a High-Performance Lock-Free Ring Buffer in C++ for Ultra-Low Latency Messaging

Comments 1
1 min read
Fun C++ project using linked list – Music Player
Cover image for Fun C++ project using linked list – Music Player

Fun C++ project using linked list – Music Player

5
Comments
1 min read
Dynamic Message Passing in C++: Techniques for Event-Driven Systems Explained
Cover image for Dynamic Message Passing in C++: Techniques for Event-Driven Systems Explained

Dynamic Message Passing in C++: Techniques for Event-Driven Systems Explained

Comments
6 min read
The Definitive Guide to OpenGL VBOs, VAOs, and EBOs

The Definitive Guide to OpenGL VBOs, VAOs, and EBOs

2
Comments 1
11 min read
The State Design pattern in C++ using timer and notification

The State Design pattern in C++ using timer and notification

Comments
6 min read
Cycle Detection for Directed Graphs(DFS with recursion stack) C++: Story

Cycle Detection for Directed Graphs(DFS with recursion stack) C++: Story

Comments
3 min read
Cycle Detection using Union-Find C++: Story

Cycle Detection using Union-Find C++: Story

Comments
3 min read
Cycle Detection for Undirected Graphs(DFS with parent tracking) C++: Story

Cycle Detection for Undirected Graphs(DFS with parent tracking) C++: Story

Comments
3 min read
DFS Graph Traversal using Recursion C++: Story

DFS Graph Traversal using Recursion C++: Story

Comments
3 min read
DFS Graph Traversal using Stack C++: Story

DFS Graph Traversal using Stack C++: Story

Comments
3 min read
BFS Graph Traversal C++: Story

BFS Graph Traversal C++: Story

Comments
3 min read
Prims Algorithm C++: Story

Prims Algorithm C++: Story

Comments
4 min read
Union-Find(With Rank) C++: Story

Union-Find(With Rank) C++: Story

Comments
3 min read
I “Vibe” Built a System Inspired by Nature's Math, and It's 1.82x Faster Than Nginx
Cover image for I “Vibe” Built a System Inspired by Nature's Math, and It's 1.82x Faster Than Nginx

I “Vibe” Built a System Inspired by Nature's Math, and It's 1.82x Faster Than Nginx

1
Comments
4 min read
Union-Find(Without Rank) C++: Story

Union-Find(Without Rank) C++: Story

Comments
4 min read
🎿“Minimum Operations to Make the Integer Zero” LeetCode: 2749 [C++, JavaScript, Python]
Cover image for 🎿“Minimum Operations to Make the Integer Zero” LeetCode: 2749 [C++, JavaScript, Python]

🎿“Minimum Operations to Make the Integer Zero” LeetCode: 2749 [C++, JavaScript, Python]

17
Comments 4
4 min read
What I Wish I Knew Before Learning the Two Pointer Algorithm
Cover image for What I Wish I Knew Before Learning the Two Pointer Algorithm

What I Wish I Knew Before Learning the Two Pointer Algorithm

Comments
3 min read
Latches in C++ 20 concurrency - just like the CountdownLatch of Java concurrency package...

Latches in C++ 20 concurrency - just like the CountdownLatch of Java concurrency package...

Comments
3 min read
My C++ exploration - concurrency - async and future - driven by the Intrinsic Motivation...

My C++ exploration - concurrency - async and future - driven by the Intrinsic Motivation...

Comments
3 min read
The Barrier in C++ 20 concurrency - the programmer in me is still thriving...

The Barrier in C++ 20 concurrency - the programmer in me is still thriving...

Comments
3 min read
Harmony Between OOP and Data-Oriented Design

Harmony Between OOP and Data-Oriented Design

Comments
7 min read
Building a CLI Tool That Made My Life Easier

Building a CLI Tool That Made My Life Easier

10
Comments 7
4 min read
C++ 20 - concurrency - stop_token in jthread - politely interrupting the thread...

C++ 20 - concurrency - stop_token in jthread - politely interrupting the thread...

Comments
3 min read
loading...