DEV Community

C

Official tag for the C programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
What’s Inside Your .o File? A Beginner-Friendly Guide to the Linux nm Command

What’s Inside Your .o File? A Beginner-Friendly Guide to the Linux nm Command

Comments 1
2 min read
How to Make a **Professional Makefile** for C Language Projects

How to Make a **Professional Makefile** for C Language Projects

1
Comments 1
3 min read
I Built a Hardware Description Language with JUST logic gates (and Here’s Why)

I Built a Hardware Description Language with JUST logic gates (and Here’s Why)

Comments
2 min read
Rust FFI (Foreign Function Interface)

Rust FFI (Foreign Function Interface)

Comments
12 min read
Aether: A Compiled Actor-Based Language for High-Performance Concurrency

Aether: A Compiled Actor-Based Language for High-Performance Concurrency

3
Comments 2
2 min read
How I Built a Crash-Safe Database Engine in C with Write-Ahead Logging and Snapshots

How I Built a Crash-Safe Database Engine in C with Write-Ahead Logging and Snapshots

3
Comments 1
4 min read
ELF Executable Analysis in Detail

ELF Executable Analysis in Detail

3
Comments
8 min read
Quick Start for libjwt3

Quick Start for libjwt3

Comments
1 min read
Key Differences Between C and C++

Key Differences Between C and C++

2
Comments
3 min read
The Inline Myth: Why the inline Keyword is Just a Suggestion

The Inline Myth: Why the inline Keyword is Just a Suggestion

3
Comments 2
5 min read
Musings on Structure Declarations

Musings on Structure Declarations

2
Comments
5 min read
Why C Requires the “struct” Keyword for Structures

Why C Requires the “struct” Keyword for Structures

3
Comments
5 min read
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
A Compiled Review

A Compiled Review

Comments
3 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.