Forem

C

Official tag for the C programming language.

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Key Differences Between C and C++
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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
Cover image for 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.
Cover image for 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
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.