C & C++

Systems, embedded, toolchains, and modern C/C++ evolution.

  • 8 Tracked terms
  • Last 30 days Feed window

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in C & C++


dev.to > elanatframework > web-programming-in-c-with-wfc-5bm1

Web Programming in C++ with WFC

15+ min ago   (654+ words) C++ is one of the most powerful and widely used programming languages in the world. It is well known... Tagged with cpp, httplib, tutorial, webformscore....


dev.to > liquefier > unreal-57ish-c-open-world-course-454o

Unreal C++ Course Chapter 107

45+ min ago   (22+ words) On doing Chapter 107. Attaching the Sword, I had some interesting bugs/hangups. I was using a... Tagged with gamedev, programming, software....


dev.to > ciaolee00 > d027-shader-1mi1

(d+027) Shader

4+ hour, 31+ min ago   (25+ words) 업그레이드 삼각형 한줄한줄 그래픽스 API에 익숙해지고 있다. 코드를 이해하는데 한줄한줄 의미가 너무 커서 코딩을 처음 배우는 듯한 기분이 들곤한다. 새로운... Tagged with devjournal, gamedev, graphics....


dev.to > jens_harms_c50ccbd4550050 > a-one-number-triage-tool-for-c-code-and-a-cheap-feedback-loop-for-llm-output-1eco

A one-number triage tool for C code (and a cheap feedback loop for LLM output)

6+ hour, 5+ min ago   (215+ words) C gets hard to trust in three predictable ways: deep nesting, pointers to pointers, and a->b->c chains where nobody null-checks the middle pointer. So I wrote a tiny scorer that squashes that into one number per function: Each factor is…...


medium.com > @surajkareppagol.dev > write-safer-programs-with-std-optional-t-c0e12378b0a4

Write Safer Programs with std::optional

6+ hour, 40+ min ago   (33+ words) <T> Motivation C++ traditionally uses NULL to indicate the absence of a value. If this case isn't handled correctly, programs can crash or exhibit undefined …...


dev.to > pannakoota > i-built-a-transport-independent-foundation-for-json-api-clients-in-perl-1od6

I built a transport-independent foundation for JSON API clients in Perl

19+ hour, 15+ min ago   (640+ words) Writing a simple API client is easy. Then the client starts being used in production. Suddenly, it needs to handle: At that point, what started as a small API wrapper often becomes a collection of infrastructure code. I found myself…...


medium.com > @harshrajsinghania > the-malloc-failed-the-code-said-everything-was-fine-then-the-server-crashed-cve-2026-90782-22f41f0bfab8

The Malloc Failed, The Code Said Everything Was Fine, Then the Server Crashed | CVE-2026-90782 |…

1+ day, 8+ hour ago   (645+ words) The Malloc Failed, The Code Said Everything Was Fine, Then the Server Crashed | CVE-2026-90782 | S2OPC CVE-2026–90782 | A NULL pointer dereference in S2OPC, an OPC UA library built for …...


dev.to > megapixel99 > what-mutation-testing-frameworks-do-when-a-timeout-kills-them-2joo

What Mutation Testing Frameworks Do When a Timeout Kills Them

1+ day, 15+ hour ago   (397+ words) I expected four dirty trees. I got one. Dirty means a file under test was left mutated. Scratch means the code under test came back and the run left other paths behind. Clean means every file is byte-for-byte what it…...


dev.to > ufebri > debugging-r8-release-only-crashes-without-disabling-optimization-49pd

Debugging R8 Release-Only Crashes Without Disabling Optimization

1+ day, 15+ hour ago   (981+ words) A debug build works. The release build installs. Then one screen crashes only after minification is enabled. The tempting fix is immediate: Or worse, turn R8 off and ship. Both can make the symptom disappear. Neither tells you what broke. A…...


analyticsindiamag.com > ai-features > dont-ditch-react-native-just-because-shopify-did-so

AIM — India's Leading AI & Data Science Media Platform

1+ day, 23+ hour ago   (10+ words) Don't Ditch React Native Just Because Shopify Did So analyticsindiamag.com...