Blog Surf 🏄
home
directory
all
search
submit
about
Blogs tagged "cpp"
(59 blogs)
Surprise Me!
Arthur O’Dwyer
(https://quuxplusone.github.io/blog/)
#cpp
Latest post:
Optimizing `string::append` is harder than it looks
(2 days ago)
Raymond Chen
(https://blogs.msdn.microsoft.com/oldnewthing/)
#c
#cpp
#software development
Latest post:
C++ coroutines: Getting rid of our reference count
(2 days ago)
Chris Wellons
(http://nullprogram.com/)
#python
#c
#cpp
Latest post:
Effects of Fortuna
(4 days ago)
Bartlomiej Filipek
(https://www.cppstories.com/)
#cpp
Latest post:
Strong Types in C++: A Concrete Example
(7 days ago)
craft::cpp
(https://m-peko.github.io/craft-cpp/)
#cpp
Latest post:
Polymorphic Usage Of Non - Polymorphic Class
(7 days ago)
Modernes C++
(https://www.modernescpp.com)
#cpp
Latest post:
Automatically Resuming a Job with Coroutines on a Separate Thread
(8 days ago)
Fluent C++
(https://www.fluentcpp.com)
#cpp
Latest post:
Open Question: Should the Logging Code Be with the Main Code?
(10 days ago)
Fluent C++
(https://www.fluentcpp.com/)
#cpp
Latest post:
Open Question: Should the Logging Code Be with the Main Code?
(10 days ago)
Raymii.org
(https://raymii.org/s/)
#cpp
#linux
#devops
#software development
#c
Latest post:
Run MS Teams on a coffee machine?!? (Or: Embedded Linux Framebuffer VNC client)
(11 days ago)
vittorio romeo's website
(https://vittorioromeo.info/index.html)
#cpp
#game dev
Latest post:
open hexagon - leaderboards devlog #1
(15 days ago)
Eli Bendersky
(https://eli.thegreenplace.net/)
#cpp
#linux
#c
#assembly
#lisp
#go
#cloud
#software testing
Latest post:
Go HTTPS servers with TLS
(15 days ago)
Bartek's coding blog
(https://www.bfilipek.com/p/start-here.html)
#cpp
Latest post:
C++ Stories in March
(19 days ago)
Denis Bakhvalov
(https://easyperf.net/notes/)
#cpp
#c
#performance
Latest post:
Summary for performance challenge &#35&#52. Part 1.
(23 days ago)
Sutter’s Mill
(https://herbsutter.com)
#cpp
Latest post:
GotW #101 Solution: Preconditions, Part 2 (Difficulty: 7/10)
(24 days ago)
foonathan::​blog()
(https://foonathan.net)
#git
#cpp
Latest post:
Trivially copyable does not mean trivially copy constructible
(25 days ago)
@bitwizeshift on software
(https://bitwizeshift.github.io/)
#cpp
Latest post:
Reflecting Over Members of an Aggregate
(a month ago)
Alex Reinking's Blog
(https://alexreinking.com/category/blog.html)
#cpp
#performance
#software development
Latest post:
Building a Faster Triangular Solver than MKL
(a month ago)
Nathan Reed
(https://www.reedbeta.com/)
#cpp
Latest post:
Making Your Own Container Compatible With C++20Â Ranges
(a month ago)
Preshing on Programming
(https://preshing.com/)
#cpp
#python
#game dev
Latest post:
How C++ Resolves a Function Call
(a month ago)
Dmitry Danilov
(https://ddanilov.me/)
#c
#cpp
#docker
#linux
#python
Latest post:
How to overwrite a file in Rust
(a month ago)
The Pasture
(https://thephd.github.io)
#cpp
#c
Latest post:
No Us Without You - elifdef and elifndef
(a month ago)
Lesley Lai
(https://lesleylai.info)
#cpp
Latest post:
Don't automatically use auto parameters in C++
(a month ago)
Kate Gregory
(http://www.gregcons.com/KateBlog/)
#cpp
Latest post:
How Long Could You Really Do That For?
(a month ago)
Experimental chill
(https://danlark.org/author/kutdanila/)
#cpp
Latest post:
How a Bug(?) in the Linux CRC-32 Checksum Turned out not to be a Bug
(a month ago)
Barry Revzin
(https://brevzin.github.io/posts/)
#cpp
Latest post:
C++20 Range Adaptors and Range Factories
(2 months ago)
Mani C++ blog
(https://manid2.github.io/blog/)
#cpp
#linux
#python
#bash
Latest post:
Linux IPC in 3 minutes
(2 months ago)
Simplify C++!
(https://arne-mertz.de/)
#cpp
Latest post:
Colony – A brief history of timing
(2 months ago)
Aras' website
(https://aras-p.info/blog/)
#game dev
#cpp
#personal life
Latest post:
Texture Compression on Apple M1
(3 months ago)
Nicholas Frechette
(https://nfrechette.github.io/)
#performance
#security
#linux
#cpp
Latest post:
Controlling animation quality through streaming
(3 months ago)
Jens Gustedt
(https://gustedt.wordpress.com/)
#cpp
#c
Latest post:
Improve type generic programming
(3 months ago)
Izzy's Casa
(https://izzys.casa)
#cpp
Latest post:
How to Find Packages With CMake: The Basics
(4 months ago)
Stafford Horne's Blog
(https://stffrdhrn.github.io/)
#cpp
Latest post:
Unwinding a Bug - How C++ Exceptions Work
(4 months ago)
Andrzej's C++ blog
(https://akrzemi1.wordpress.com/)
#cpp
Latest post:
Contracts, Preconditions & Invariants
(4 months ago)
artificial::mind
(https://artificial-mind.net)
#cpp
#performance
Latest post:
std::sort multiple ranges
(5 months ago)
There's Waldo!
(https://botondballo.wordpress.com/)
#cpp
#software development
Latest post:
Desktop pinch-zoom support arrives with Firefox 83
(5 months ago)
Eric Niebler
(https://ericniebler.com)
#react
#cpp
#python
Latest post:
Structured Concurrency
(5 months ago)
vector<bool>{ true, true, false };
(https://vector-of-bool.github.io/)
#cpp
Latest post:
Fun with Concepts: Do You Even Lift, Bool?
(6 months ago)
Ray
(https://oneraynyday.github.io/)
#python
#cpp
Latest post:
Complex Analysis - Introduction to complex numbers and holomorphicity
(6 months ago)
cor3ntin
(https://cor3ntin.github.io)
#cpp
#c
Latest post:
What is the standard Library?
(7 months ago)
Embedded in Academia
(https://blog.regehr.org/)
#c
#cpp
#personal life
Latest post:
Responsible and Effective Bugfinding
(8 months ago)
Mathieu Ropert
(https://mropert.github.io/)
#cpp
#game dev
Latest post:
PhysFS performance, a story of threading and locking
(9 months ago)
The View from Aristeia
(https://scottmeyers.blogspot.com/)
#cpp
Latest post:
The National Youth Science Camp
(10 months ago)
Dawid Pilarski
(https://blog.panicsoftware.com/)
#cpp
Latest post:
A serious take on when to choose C++ language
(a year ago)
Josh Haberman
(http://blog.reverberate.org/)
#javascript
#ruby
#cpp
Latest post:
Hoare’s Rebuttal and Bubble Sort’s Comeback
(a year ago)
jrb-programming
(https://jrb-programming.blogspot.com/)
#cpp
Latest post:
C++20 ❤️ SQL
(a year ago)
timur.audio
(https://timur.audio/)
#cpp
Latest post:
Trip report: C++ Siberia 2020
(a year ago)
Nick Desaulniers
(https://nickdesaulniers.github.io/)
#c
#linux
#cpp
#android
Latest post:
Off by Two
(a year ago)
Kirit
(https://kirit.com/Site:/Articles%20and%20photos)
#cpp
#web development
#personal life
#software development
Latest post:
2020-03-22/Fost 5 release 5.20.03.45095 now out
(a year ago)
Monica Dinculescu
(https://meowni.ca/blog/)
#machine learning
#cpp
#javascript
#c
#ruby
#tensorflow
Latest post:
Fixing typedoc's generated TOC if your code is using ES6 modules
(a year ago)
Krister Walfridsson
(https://kristerw.blogspot.com/)
#cpp
#c
Latest post:
Watching for software inefficiencies with Valgrind
(a year ago)
iboB
(https://ibob.github.io/blog/)
#cpp
#javascript
Latest post:
CMake and the Future of C++ Package Management
(a year ago)
indetail dev blog
(https://weliveindetail.github.io/blog/)
#cpp
Latest post:
What’s the matter with yaml-bench in the llvm-9-dev apt package?
(a year ago)
Dennis Felsing
(https://hookrace.net/)
#cpp
#linux
#blockchain
#haskell
#go
Latest post:
Quest for the Lost Home Server
(2 years ago)
Thomas Young
(http://upcoder.com)
#c
#cpp
Latest post:
C/C++ Include Guidelines
(2 years ago)
Michael Park
(https://mpark.github.io/programming/)
#cpp
Latest post:
Variant Visitation V2
(2 years ago)
Sy Brand
(https://blog.tartanllama.xyz/)
#cpp
Latest post:
Guaranteed Copy Elision Does Not Elide Copies
(2 years ago)
Christopher Di Bella
(https://www.cjdb.com.au/)
#cpp
Latest post:
Prepping Yourself to Conceptify Algorithms
(3 years ago)
Mark Seaborn
(http://lackingrhoticity.blogspot.de/)
#git
#c
#cpp
Latest post:
Observing interrupts from userland on x86
(3 years ago)
Andrei Calazan
(https://andrei-calazans.com)
#react
#cpp
#performance
#typescript
Latest post:
Relay is just getting better
(4 years ago)