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
711
1
Hot in C++:
Latest C++ Threads
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
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
C++ Design Patterns For Low-Latency Applications.
With performance optimizations seemingly having lost their relevance in an era of ever...
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
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
HOT IN C++ THIS WEEK!
Safe and efficient C++ interoperability via non-escapable types and lifetimes.
Introduction Safely interacting with unsafe code is chall...
New
Retrofitting spatial safety to hundreds of millions of lines of C++.
Posted by Alex Rebert and Max Shavrick, Security Foundations, and K...
New
HOT IN C++ THIS MONTH!
Triaging clang C++ frontend bugs.
Blog about C++, C, Undefined Behavior and Compilers
New
HOT IN C++ THIS YEAR!
GitHub - linkdd/shipp: Deadly simple package manager.
Deadly simple package manager. Contribute to linkdd/shipp development by creating ...
New
Compiler Frontend Engineer - Careers at Apple.
Apply for a Compiler Frontend Engineer job at Apple. Read about the role and find out if ...
New
Mixing C++ and Rust for Fun and Profit: Part 1.
While C++ and Rust don’t normally mix, you can create low-level bindings to use them tog...
New
Understanding Objective-C by transpiling it to C++.
Apple heavily pushes for Swift as the programming language for its platforms.However...
New
C++ Guidelines.
C++ is definitely a language that has Lots of Ways to do It – kind of like Perl’s TIMTOWTSAC. A consequence is that when...
New
GitHub - linkdd/aitoolkit: Give a brain to your game’s NPCs.
Give a brain to your game’s NPCs. Contribute to linkdd/aitoolkit developmen...
New
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...
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
C++ Must Become Safer — Andrew Lilley Brinker — Software Supply Chain Security.
I work on software supply chain security at MITRE, inclu...
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++ 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
HOT IN C++ THE LAST THREE YEARS!
C++ Cheat Sheets & Infographics.
Graphics and cheat sheets, each capturing one aspect of C++: algorithms/containers/STL, language ba...
New
The pool of talented C++ developers is running dry.
Highly sought after, rarely provided.
New
20 Smaller yet Handy C++20 Features.
C++20 is huge and filled with lots of large features. Just to mention a few: Modules, Coroutines, C...
New
Sayonara, C++, and hello to Rust!.
This past May, I started a new job working in Rust. I was somewhat skeptical of Rust for a while, but...
New
IS C++ DOOMED?.
I was bored so wrote a contiguous queue in C++ ( ). These are my thoughts from that exercise. INTRO I’ve written a lot o...
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 s...
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
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
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
SixtyFPS is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications. ...
New
Powerful, flexible, complex: The origins of C++ date back 40 years, yet it remains one of the most widely used programming languages toda...
New
New
C++
Classification:
Programming Language
Forum Category:
Backend
Threads:
79
"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
Manning Publications
45% off any item
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