DEV Community

C

Official tag for the C programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Swapping Numbers Without a Temporary Variable in C using XOR like a pro.

Swapping Numbers Without a Temporary Variable in C using XOR like a pro.

Comments 3
1 min read
How to use zlib (a C library) from Perl with SPVM

How to use zlib (a C library) from Perl with SPVM

Comments
1 min read
Building A File Compressor Using C And Wasm

Building A File Compressor Using C And Wasm

8
Comments
18 min read
Decoding the Magic of C Compilation: A Beginner's Guide

Decoding the Magic of C Compilation: A Beginner's Guide

7
Comments
11 min read
A Quick Guide to File Manipulation (I/O) in C

A Quick Guide to File Manipulation (I/O) in C

1
Comments 2
2 min read
C Project Starter: A Command-Line Tool for New C Projects

C Project Starter: A Command-Line Tool for New C Projects

1
Comments
1 min read
Compound Literals in C

Compound Literals in C

9
Comments 1
5 min read
Diving into the Unknown: A Developer’s Tale of School 42’s Piscine

Diving into the Unknown: A Developer’s Tale of School 42’s Piscine

Comments
4 min read
Heap vs Stack Allocation

Heap vs Stack Allocation

Comments 2
5 min read
SDL Tutorial Part 1: Opening A Window

SDL Tutorial Part 1: Opening A Window

1
Comments 1
6 min read
The Absolute Minimum Every Software Developer Must Know About Pointers

The Absolute Minimum Every Software Developer Must Know About Pointers

1
Comments
12 min read
Linked Lists in C Explained Clearly

Linked Lists in C Explained Clearly

Comments
2 min read
3 Basic Steps of Executing Function Pointers in C

3 Basic Steps of Executing Function Pointers in C

3
Comments 2
2 min read
C Const Conundrum

C Const Conundrum

2
Comments 5
5 min read
Using assert() for Less Buggy Code

Using assert() for Less Buggy Code

1
Comments
7 min read
Básico Sobre A MiniLibX

Básico Sobre A MiniLibX

2
Comments
7 min read
C Basic methods

C Basic methods

5
Comments
4 min read
typeof in C23

typeof in C23

6
Comments
3 min read
_Generic in C

_Generic in C

7
Comments 16
14 min read
auto in C23

auto in C23

2
Comments
6 min read
“Is 2024 a Leap Year?”, Here’s how to check, using C language.

“Is 2024 a Leap Year?”, Here’s how to check, using C language.

2
Comments
3 min read
Implementing malloc() and free() — first steps

Implementing malloc() and free() — first steps

1
Comments
3 min read
Unions in C

Unions in C

4
Comments 6
7 min read
An Updated Cdecl — with Macro Expansion

An Updated Cdecl — with Macro Expansion

1
Comments
3 min read
Handy C/C++ Preprocessor Macros

Handy C/C++ Preprocessor Macros

7
Comments 14
6 min read
Crafting Malicious Pluggable Authentication Modules for Persistence, Privilege Escalation, and Lateral Movement

Crafting Malicious Pluggable Authentication Modules for Persistence, Privilege Escalation, and Lateral Movement

Comments
5 min read
Starting with C

Starting with C

4
Comments 3
4 min read
Getting the list of files and their info

Getting the list of files and their info

5
Comments 1
8 min read
Processing flags

Processing flags

Comments 1
9 min read
C/C++ Preprocessor Macros

C/C++ Preprocessor Macros

4
Comments 1
12 min read
Criando sua primeira aplicação console em .net

Criando sua primeira aplicação console em .net

1
Comments
4 min read
Raspberry Pico C: Remote Sensor

Raspberry Pico C: Remote Sensor

Comments
7 min read
How to write a simple C program to check if a number is prime using Visual Studio code.

How to write a simple C program to check if a number is prime using Visual Studio code.

4
Comments
6 min read
Recursion in C programming.

Recursion in C programming.

6
Comments
1 min read
[03/52] - CMake and Git Submodules: More Advanced Cases

[03/52] - CMake and Git Submodules: More Advanced Cases

8
Comments 1
11 min read
C: Strings

C: Strings

Comments 1
1 min read
C: Operator Examples

C: Operator Examples

Comments
1 min read
How systemd v255 will bring the dreaded Windows BSOD to GNU/Linux: A deep dive into the source code

How systemd v255 will bring the dreaded Windows BSOD to GNU/Linux: A deep dive into the source code

2
Comments
1 min read
Datatypes in C Programming.

Datatypes in C Programming.

6
Comments 3
2 min read
Variables in C Programming

Variables in C Programming

5
Comments 4
1 min read
Mystery Behind the First Command Line Argument in C

Mystery Behind the First Command Line Argument in C

Comments 5
2 min read
Understanding and Exploring Temperature Conversion in C Programming

Understanding and Exploring Temperature Conversion in C Programming

5
Comments
2 min read
Runtime Stacktraces for Native Programming Languages

Runtime Stacktraces for Native Programming Languages

Comments
5 min read
How to use Strings in C Programming

How to use Strings in C Programming

2
Comments 3
5 min read
Build your own Shell : PART 2 👨🏾‍💻

Build your own Shell : PART 2 👨🏾‍💻

9
Comments 2
13 min read
Read and Write Images and Text Files with a Micro SD Card and Arduino

Read and Write Images and Text Files with a Micro SD Card and Arduino

Comments
9 min read
What are local and global variables?

What are local and global variables?

Comments
2 min read
Leetcode 342. Power of Four (Easy)

Leetcode 342. Power of Four (Easy)

5
Comments
1 min read
LeetCode1425. Constrained Subsequence Sum (Medium) – DP + Heap Appraoch

LeetCode1425. Constrained Subsequence Sum (Medium) – DP + Heap Appraoch

5
Comments
2 min read
Singly Linked Lists in C - A Fun and Easy Guide

Singly Linked Lists in C - A Fun and Easy Guide

8
Comments 2
4 min read
setjmp(), longjmp(), and Exception Handling in C

setjmp(), longjmp(), and Exception Handling in C

10
Comments 2
10 min read
How C-Pointers Works: A Step-by-Step Beginner's Tutorial

How C-Pointers Works: A Step-by-Step Beginner's Tutorial

12
Comments 4
17 min read
Enumerations in C

Enumerations in C

6
Comments
10 min read
The beginning of my eBPF Journey - Kprobe Adventures with BCC

The beginning of my eBPF Journey - Kprobe Adventures with BCC

2
Comments 4
13 min read
C - Pointer & Struct

C - Pointer & Struct

5
Comments 2
2 min read
What is C?

What is C?

1
Comments 3
1 min read
Leetcode 2742. Painting the Walls

Leetcode 2742. Painting the Walls

5
Comments
1 min read
Build your own Shell : PART 1 👨🏾‍💻

Build your own Shell : PART 1 👨🏾‍💻

38
Comments 5
11 min read
A Simple Unit Test Framework for C

A Simple Unit Test Framework for C

2
Comments
3 min read
leetcode 1095. Find in Mountain Array (hard)

leetcode 1095. Find in Mountain Array (hard)

5
Comments
2 min read
loading...