DEV Community

C

Official tag for the C programming language.

đź‘‹ Sign in for the ability sort posts by top and latest.
Creating a console app with Dependency Injection in .NET Core

Creating a console app with Dependency Injection in .NET Core

Reactions 6 Comments
4 min read
Learn Coding with Challenges: Decompress strings in C/Go

Learn Coding with Challenges: Decompress strings in C/Go

Reactions 5 Comments
4 min read
Hacktoberfest 2021

Hacktoberfest 2021

Reactions 5 Comments
1 min read
Two Symbol Turing Machine

Two Symbol Turing Machine

Reactions 6 Comments
3 min read
C# Collections - how to choose?

C# Collections - how to choose?

Reactions 2 Comments
2 min read
Allocators in C

Allocators in C

Reactions 5 Comments 1
2 min read
Supersets and their humble beginnings

Supersets and their humble beginnings

Reactions 4 Comments
3 min read
When VSCode/OmniSharp Stop Working

When VSCode/OmniSharp Stop Working

Reactions 2 Comments
2 min read
De-Comment Program in C

De-Comment Program in C

Reactions 5 Comments
1 min read
Do abstract flow steps in small methods for readability

Do abstract flow steps in small methods for readability

Reactions 3 Comments
6 min read
Writing my own minimal shell in C - Part 1 (The constraints)

Writing my own minimal shell in C - Part 1 (The constraints)

Reactions 6 Comments
2 min read
Writing my own minimal shell in C - Part 2 (The Builtin Functions and general interpretation)

Writing my own minimal shell in C - Part 2 (The Builtin Functions and general interpretation)

Reactions 2 Comments 1
3 min read
How Shell Executes `ls -l *.c`

How Shell Executes `ls -l *.c`

Reactions 19 Comments
2 min read
Types of errors in C++ & infographic summary

Types of errors in C++ & infographic summary

Reactions 5 Comments
3 min read
Recommend books

Recommend books

Reactions 3 Comments 4
1 min read
Successfully Completed Hacktoberfest 2021

Successfully Completed Hacktoberfest 2021

Reactions 3 Comments
1 min read
How to call C code from Rust

How to call C code from Rust

Reactions 9 Comments
2 min read
When does a pointer become dangling in C/C++? | Why isn't this example dangling?

When does a pointer become dangling in C/C++? | Why isn't this example dangling?

Reactions 8 Comments 5
1 min read
C Language Cheatsheet

C Language Cheatsheet

Reactions 8 Comments 1
6 min read
Writing my own minimal shell in C - Part 3(The parsing process leading to an execution tree)

Writing my own minimal shell in C - Part 3(The parsing process leading to an execution tree)

Reactions 4 Comments
3 min read
C language and 15+Projects for Beginners- the better way to learn programming

C language and 15+Projects for Beginners- the better way to learn programming

Reactions 17 Comments
2 min read
Is there a way to have raw-types in (modern) C++?

Is there a way to have raw-types in (modern) C++?

Reactions 7 Comments 18
2 min read
React/Webpack: From MB to KB. How we solved our bundling problem

React/Webpack: From MB to KB. How we solved our bundling problem

Reactions 10 Comments 4
6 min read
Why it's better to learn programming with C?

Why it's better to learn programming with C?

Reactions 6 Comments 2
4 min read
The Peregrine programming language - A Python-like language that's as fast as C.

The Peregrine programming language - A Python-like language that's as fast as C.

Reactions 306 Comments 98
3 min read
Working together in Open Source Projects

Working together in Open Source Projects

Reactions 4 Comments
2 min read
Peregrine Rewrite - The python-like language that's as fast as C

Peregrine Rewrite - The python-like language that's as fast as C

Reactions 118 Comments 23
3 min read
Jet: Programming Language that puts developers first.

Jet: Programming Language that puts developers first.

Reactions 26 Comments
3 min read
Always revisit this page when in doubt; The Basics of UNIX philosophy.

Always revisit this page when in doubt; The Basics of UNIX philosophy.

Reactions 6 Comments 1
7 min read
Today I Learned: openat()

Today I Learned: openat()

Reactions 2 Comments
3 min read
Peregrine - A new programming language with python like syntax but as fast as c(currently under devolopment)

Peregrine - A new programming language with python like syntax but as fast as c(currently under devolopment)

Reactions 19 Comments 5
2 min read
What “volatile” does in C (and C++)

What “volatile” does in C (and C++)

Reactions 3 Comments
4 min read
How to swap first byte with last byte without shifting in C?

How to swap first byte with last byte without shifting in C?

Reactions 4 Comments
1 min read
Is modern C better then Rust?

Is modern C better then Rust?

Reactions 4 Comments 9
2 min read
Rust Function Pointers Across FFI Boundary

Rust Function Pointers Across FFI Boundary

Reactions 13 Comments 2
3 min read
The C Roguelike Tutorial - Part 4: Field of View

The C Roguelike Tutorial - Part 4: Field of View

Reactions 3 Comments 3
15 min read
(Almost) Everything You Need To Know About Pointers in C

(Almost) Everything You Need To Know About Pointers in C

Reactions 8 Comments
28 min read
Ways to Setup Mac for C++ Programming

Ways to Setup Mac for C++ Programming

Reactions 4 Comments
3 min read
The C Roguelike Tutorial - Part 3: The Dungeon

The C Roguelike Tutorial - Part 3: The Dungeon

Reactions 2 Comments
11 min read
Express yourself (in C)

Express yourself (in C)

Reactions 3 Comments
7 min read
Async/Await With IAsyncResult Methods

Async/Await With IAsyncResult Methods

Reactions 3 Comments
1 min read
(C) memories

(C) memories

Reactions 2 Comments 1
5 min read
The C Roguelike Tutorial - Part 2: The Map

The C Roguelike Tutorial - Part 2: The Map

Reactions 2 Comments
8 min read
What if Python Had This Ruby Feature?

What if Python Had This Ruby Feature?

Reactions 10 Comments 1
16 min read
How to check if all elements in a array are equal

How to check if all elements in a array are equal

Reactions 4 Comments
1 min read
Cloud native C

Cloud native C

Reactions 2 Comments
4 min read
Why I recommend first learning C, not Python

Why I recommend first learning C, not Python

Reactions 11 Comments
2 min read
Creating a Python-like list in C

Creating a Python-like list in C

Reactions 7 Comments
6 min read
How To Increase The Size Of An Array In C ?

How To Increase The Size Of An Array In C ?

Reactions 8 Comments 2
3 min read
Why all articles about demystifying JS array methods are rubbish

Why all articles about demystifying JS array methods are rubbish

Reactions 5 Comments
8 min read
UTF-8 strings in C (3/3)

UTF-8 strings in C (3/3)

Reactions 6 Comments
4 min read
The C Roguelike Tutorial - Part 1: The Player

The C Roguelike Tutorial - Part 1: The Player

Reactions 11 Comments
9 min read
UTF-8 strings in C (2/3)

UTF-8 strings in C (2/3)

Reactions 7 Comments
6 min read
The C Roguelike Tutorial - Part 0: The Setup

The C Roguelike Tutorial - Part 0: The Setup

Reactions 11 Comments 3
5 min read
Improve your memory management skills with Linked Lists đź”—

Improve your memory management skills with Linked Lists đź”—

Reactions 7 Comments
3 min read
Write Your First Program in C

Write Your First Program in C

Reactions 4 Comments
3 min read
UTF-8 strings in C (1/3)

UTF-8 strings in C (1/3)

Reactions 3 Comments 3
5 min read
Sorting 1 billion numbers

Sorting 1 billion numbers

Reactions 8 Comments
2 min read
Python vs C

Python vs C

Reactions 37 Comments 8
3 min read
Recursion and Stack for Beginners

Recursion and Stack for Beginners

Reactions 5 Comments
3 min read
loading...