DEV Community

C

Official tag for the C programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
char str1[] = "hello world"; vs char *str2 = "hello world"; – The Memory Story Every C Programmer Must Know

char str1[] = "hello world"; vs char *str2 = "hello world"; – The Memory Story Every C Programmer Must Know

2
Comments
4 min read
🚀 C Challenge: Can you find the bug in this Pointer Logic? 🧠

🚀 C Challenge: Can you find the bug in this Pointer Logic? 🧠

1
Comments 3
1 min read
From Quiet Researcher to Programming Pioneer: Dennis Ritchie’s Lasting Legacy

From Quiet Researcher to Programming Pioneer: Dennis Ritchie’s Lasting Legacy

10
Comments 2
1 min read
Using Zig Functions from Python

Using Zig Functions from Python

1
Comments
8 min read
Potential Use Cases for the Hybrid Async-Native Engine

Potential Use Cases for the Hybrid Async-Native Engine

6
Comments
5 min read
How to Install GCC on Windows with w64devkit

How to Install GCC on Windows with w64devkit

1
Comments
3 min read
Neural Web renamed to Larkos, fixes and improvements

Neural Web renamed to Larkos, fixes and improvements

Comments
1 min read
Building an 8-Layer Security Architecture for a $15 Hardware Device

Building an 8-Layer Security Architecture for a $15 Hardware Device

1
Comments
10 min read
Wild Ride from Raw Syscalls to Figuring Out NSS and libc

Wild Ride from Raw Syscalls to Figuring Out NSS and libc

2
Comments 1
4 min read
Claude's C Compiler : Neyi Başardı ve Neyi Başaramadı?

Claude's C Compiler : Neyi Başardı ve Neyi Başaramadı?

Comments 1
5 min read
I Spent $174 Transpiling 12 Open-Source C Projects (28K Lines) to Rust. Here's What Happened.

I Spent $174 Transpiling 12 Open-Source C Projects (28K Lines) to Rust. Here's What Happened.

4
Comments 2
13 min read
OSDev Bare Bones with Rust - Cross-Compilation and Freestanding

OSDev Bare Bones with Rust - Cross-Compilation and Freestanding

2
Comments
12 min read
Pipes - Most minimal form of inter process communication

Pipes - Most minimal form of inter process communication

Comments 2
3 min read
C notes

C notes

1
Comments 2
6 min read
My simple cli tool for http requests

My simple cli tool for http requests

Comments
1 min read
👋 Sign in for the ability to sort posts by relevant, latest, or top.