June 30, 2022
A new Swift blog post/announcement has been posted! Get the full details here: Swift.org - Developer Spotlight: Porting Graphing Calculator from C++ to Swift
0
712
1

Hot in C++:
Latest C++ Threads

GitHub - VKCOM/nocc: A distributed C++ compiler: like distcc, but faster.
A distributed C++ compiler: like distcc, but faster - VKCOM/no...
New

Commercial software solutions for Ada, C and C++.
AdaCore is the leading provider of commercial software solutions for Ada, C and C++ — ...
New

C++ exception performance three years later.
A blog by and for database architects.
New

The two factions of C++.
The dream of a single dialect-free C++ has probably been dead for many years, anyway.
New

Retrofitting spatial safety to hundreds of millions of lines of C++.
Posted by Alex Rebert and Max Shavrick, Security Foundations, and K...
New

Safe and efficient C++ interoperability via non-escapable types and lifetimes.
Introduction Safely interacting with unsafe code is chall...
New

Triaging clang C++ frontend bugs.
Blog about C++, C, Undefined Behavior and Compilers
New

The difference between undefined behavior and ill-formed C++ programs - The Old New Thing.
They are two kinds of undefined-ness, one for...
New

#1 The state of C++ package management: The big three.
In this post I’m gonna do a short overview of package management and vendoring so...
New

C++ Must Become Safer — Andrew Lilley Brinker — Software Supply Chain Security.
I work on software supply chain security at MITRE, inclu...
New
HOT IN C++ THIS WEEK!
HOT IN C++ THIS MONTH!
HOT IN C++ THIS YEAR!

GitHub - AmrDeveloper/ClangQL: ClangQL is a tool that allow you to run SQL-like query on C/C++ Code instead of database files using the G...
New

Working with Jumbo/Unity Builds (Single Translation Unit).
There’s been a lot of talk in recent years about something called a “jumbo bu...
New

GitHub - jart/morton.
Contribute to jart/morton development by creating an account on GitHub.
New

How to avoid one C++ foot gun.
C++'s implicit copy and move behavior offer an excellent way to shoot yourself in the foot. Here’s an exa...
New

Episode 383 : CppCast.
Sean Baxter joins Timur and Phil. Sean explains how he has managed to implement a borrow checker for C++ in his C...
New

#1 The state of C++ package management: The big three.
In this post I’m gonna do a short overview of package management and vendoring so...
New

The two factions of C++.
The dream of a single dialect-free C++ has probably been dead for many years, anyway.
New

Safe and efficient C++ interoperability via non-escapable types and lifetimes.
Introduction Safely interacting with unsafe code is chall...
New

C++ Must Become Safer — Andrew Lilley Brinker — Software Supply Chain Security.
I work on software supply chain security at MITRE, inclu...
New

Retrofitting spatial safety to hundreds of millions of lines of C++.
Posted by Alex Rebert and Max Shavrick, Security Foundations, and K...
New

C++ Design Patterns For Low-Latency Applications.
With performance optimizations seemingly having lost their relevance in an era of ever...
New

22 Common Filesystem Tasks in C++20.
Working with the filesystem can be a daunting task, but it doesn’t have to be. In this post, I’ll w...
New

The difference between undefined behavior and ill-formed C++ programs - The Old New Thing.
They are two kinds of undefined-ness, one for...
New

Triaging clang C++ frontend bugs.
Blog about C++, C, Undefined Behavior and Compilers
New

GitHub - VKCOM/nocc: A distributed C++ compiler: like distcc, but faster.
A distributed C++ compiler: like distcc, but faster - VKCOM/no...
New
HOT IN C++ THE LAST THREE YEARS!

The pool of talented C++ developers is running dry.
Highly sought after, rarely provided.
New

The Real C++ Killers (Not You, Rust) | HackerNoon.
Technologies that can replace C++ in the near of far future are not compilers. They a...
New

crubit/design.md at main · google/crubit.
Contribute to google/crubit development by creating an account on GitHub.
New

John Carmack on Functional Programming in C++.
So, this is an mirror of a post from John Carmack. Recently I learned that his articles o...
New

A new Swift blog post/announcement has been posted!
Get the full details here: Swift.org - Developer Spotlight: Porting Graphing Calcul...
New

GitHub - carbon-language/carbon-lang: Carbon language specification and documentation…
Carbon language specification and documentation. ...
New

5 Curious C++ Lambda Examples: Recursion, constexpr, Containers and More.
In this blog post I’ll show you a couple of interesting exampl...
New

GitHub - WasmEdge/WasmEdge: WasmEdge is a lightweight, high-performance, and extensible WebAssembly runtime for cloud native, edge, and d...
New

Comparing Rust’s and C++'s Concurrency Library.
The concurrency features that are included in the Rust standard library
are quite simil...
New

A C++17 Thread Pool for High-Performance Scientific Computing.
We present a modern C++17-compatible thread pool implementation, built fr...
New

Developer Spotlight: Porting Graphing Calculator from C++ to Swift.
Developer Spotlight is a series highlighting interesting Swift devel...
New

Build Your Own Redis with C/C++ | Build
Your Own Redis with C/C++.
Build Your Own Redis with
C/C++ | Learn network programming and dat...
New

A new PostgreSQL blog post/announcement has been posted!
Get the full details here: PostgreSQL: Version 2.0.0 of advanced PostgreSQL dr...
New

Make the Raku programming language familiar to C++ programmers.
So a couple of days ago I was taken with the fact that you could make th...
New

Google Launches Carbon, an Experimental Replacement for C++.
Just as Microsoft built Typescript to update JavaScript, and Kotlin was cre...
New
HOT IN C++ THIS Over 3 Years!

Billed as the ultimate rating of modern programming languages yet Python and Rust only gets two stars :rofl: but good news for erlang-eli...
New

Which WebAssembly language/s interest you?
I just discovered AssemblyScript (portal | thread) which looks interesting!
Here are some of...
New

Seen any cool WebAssembly games?
Please share them here :nerd_face:
New

Is Zig the Long Awaited C Replacement.
Comparison with previous C contenders such as C++, D, Java, C#, Go, Rust and Swift
https://erik...
New

Summary: I describe a simple interview problem (counting frequencies of unique words), solve it in various languages, and compare perform...
New

Tails is a minimal, fast Forth-like interpreter core. It uses no assembly code, only C++, but an elegant tail-recursion technique inspire...
New

C++ Cheat Sheets & Infographics.
Graphics and cheat sheets, each capturing one aspect of C++: algorithms/containers/STL, language ba...
New

Typing is Hard
Type Checking and Type Inference
Common terms
Completeness
Soundness
Decidability
Hindley-Milner Type System
Dependent t...
New

Circle is a new programming language that extends C++ 17 to support data-driven imperative metaprogramming. Circle combines the immediacy...
New

Why Zig When There is Already C++, D, and Rust?
No hidden control flow
No hidden allocations
First-class support for no standard library...
New

This comes up in my conversations surprisingly often so I thought it’s worth to write my thoughts down instead of repeating them again an...
New

The Race to Replace C & C++.
Three expert compiler writers sit down to discuss moving beyond C and C++
This thread...
New

Modern C++ Programming With Test-Driven Development, the only comprehensive treatment on TDD in C++ provides you with everything you need...
New
New

SixtyFPS is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. ...
New
C++
Classification:
Programming Language
Forum Category:
Backend
Threads:
83
"Designed for system programming and embedded resource-constrained software, with performance, efficiency, and flexibility as its design highlights."
- Follow
- Join
- Shape
the conversation
Latest C++ Jobs
Featured C++ Book
Latest C++ Learning Resources
Modern C++ Programming with Test-Driven Development (PragProg)
Backend Learning ResourcesC++ Events (WIP)
Get money off!

The Pragmatic Bookshelf
35% off any eBook

The Pragmatic Studio
20% off any course
Simply use coupon code "devtalk.com" at checkout. Where applicable this coupon can be used for an many items and as many times as you like!

Filter by Type:
My Saved Portals
-
None saved yet