DEV Community

C

Official tag for the C programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Is "C Programming language" Still Worth Learning in 2021?

Is "C Programming language" Still Worth Learning in 2021?

68
Comments 50
2 min read
I finally understood what a reducer is!

I finally understood what a reducer is!

6
Comments
2 min read
Converting names in C to Java

Converting names in C to Java

6
Comments
2 min read
Unix Redirection In C

Unix Redirection In C

12
Comments
4 min read
Pointers In C - Definition, Notation, Types and Arithmetic

Pointers In C - Definition, Notation, Types and Arithmetic

13
Comments 3
6 min read
How to create Objects and write it's Garbage Collector in C

How to create Objects and write it's Garbage Collector in C

16
Comments 3
16 min read
What is POSIX?

What is POSIX?

7
Comments
1 min read
Is C still a high level language?

Is C still a high level language?

50
Comments 87
1 min read
Pointer in C/C++

Pointer in C/C++

27
Comments 9
7 min read
Smallest C program, Ever!

Smallest C program, Ever!

6
Comments 8
1 min read
Try these 4 languages from 4 corners of Programming

Try these 4 languages from 4 corners of Programming

118
Comments 41
3 min read
Recursos interessantes do C

Recursos interessantes do C

4
Comments
5 min read
Getting the precision for a float

Getting the precision for a float

6
Comments
3 min read
Journey-ing With C

Journey-ing With C

3
Comments
2 min read
Why is artificial intelligence driven by Python and not C++?

Why is artificial intelligence driven by Python and not C++?

69
Comments 14
3 min read
Build RESTful APIs Using ASP.NET Core and Entity Framework Core

Build RESTful APIs Using ASP.NET Core and Entity Framework Core

3
Comments
1 min read
Rock Paper Scissor in C

Rock Paper Scissor in C

6
Comments 1
2 min read
Comprehensions in Python: Why are they faster? A deep dive.

Comprehensions in Python: Why are they faster? A deep dive.

4
Comments
2 min read
Rock Paper Scissor Game in C [Mini Project]

Rock Paper Scissor Game in C [Mini Project]

6
Comments 1
2 min read
A Tale of Two Caches: Redis and the cache helper

A Tale of Two Caches: Redis and the cache helper

5
Comments
5 min read
C++ Coding problem, unanswered!

C++ Coding problem, unanswered!

2
Comments 2
1 min read
OverTheWire :- Bandit (Level 0–10) [CTF]

OverTheWire :- Bandit (Level 0–10) [CTF]

9
Comments
4 min read
Understanding recursions and memory

Understanding recursions and memory

9
Comments 8
6 min read
Sharing strings between C and Python through byte buffers

Sharing strings between C and Python through byte buffers

6
Comments
5 min read
How To Make A .deb For Your Program

How To Make A .deb For Your Program

76
Comments 3
2 min read
What's the quickest, most rigorous path to becoming a game developer?

What's the quickest, most rigorous path to becoming a game developer?

5
Comments 2
1 min read
10 Useful GCC Flags That I Use Regularly

10 Useful GCC Flags That I Use Regularly

12
Comments
2 min read
A picture book written in C code

A picture book written in C code

5
Comments
1 min read
Number of Ways to Paint N × 3 Grid - a short saga

Number of Ways to Paint N × 3 Grid - a short saga

6
Comments 1
6 min read
Berbagai alasan melakukan Programming dalam Rust

Berbagai alasan melakukan Programming dalam Rust

3
Comments
4 min read
Pushing Native Messaging to the limits! - C vs Rust

Pushing Native Messaging to the limits! - C vs Rust

5
Comments 1
7 min read
How can I turn my Blazor WebAssembly to PWA?

How can I turn my Blazor WebAssembly to PWA?

6
Comments
3 min read
JAVA vs C++ vs C ?

JAVA vs C++ vs C ?

2
Comments 5
1 min read
Writing Super Mario Bros in C++

Writing Super Mario Bros in C++

20
Comments 2
6 min read
Journey of a .c file

Journey of a .c file

8
Comments
4 min read
I created an AutoMapper in C# to copy property values automatically

I created an AutoMapper in C# to copy property values automatically

4
Comments
2 min read
Yet another attempt at FFI for Node.js

Yet another attempt at FFI for Node.js

30
Comments 1
4 min read
Raspberry Pi I/O with optocoupler and pigpio

Raspberry Pi I/O with optocoupler and pigpio

4
Comments
3 min read
Dart and C : how to ffi and wasm (4) buffer pointer

Dart and C : how to ffi and wasm (4) buffer pointer

6
Comments
4 min read
[simple c program for beginners]

[simple c program for beginners]

9
Comments 1
4 min read
My second Side Project: Monopoly Game

My second Side Project: Monopoly Game

2
Comments
3 min read
Dart and C : how to ffi and wasm (3) int doube

Dart and C : how to ffi and wasm (3) int doube

6
Comments
2 min read
Matrix neighbors

Matrix neighbors

3
Comments
3 min read
Arduino Buttons Made Simple(r)!

Arduino Buttons Made Simple(r)!

7
Comments 1
2 min read
Dart and C : how to ffi and wasm (1) Env

Dart and C : how to ffi and wasm (1) Env

4
Comments
3 min read
Unary operators in C | सी में अनियोजित ऑपरेटर ➕➕

Unary operators in C | सी में अनियोजित ऑपरेटर ➕➕

6
Comments
2 min read
I am learning C in 2020 – Beginner - What I learned about memory, variables and pointers in c

I am learning C in 2020 – Beginner - What I learned about memory, variables and pointers in c

6
Comments
17 min read
Introduction to Make

Introduction to Make

10
Comments
2 min read
I made a game in C run in a web browser and so can you

I made a game in C run in a web browser and so can you

13
Comments 1
6 min read
Putting My Swimming Pool on the Internet - A Deep Dive Into Building a Pool Bot

Putting My Swimming Pool on the Internet - A Deep Dive Into Building a Pool Bot

6
Comments
8 min read
Hardware & Sensors - A Deep Dive Into Building a Pool Bot

Hardware & Sensors - A Deep Dive Into Building a Pool Bot

7
Comments 1
11 min read
What is wrong with C? Why Rust?

What is wrong with C? Why Rust?

4
Comments 2
3 min read
List all current environment variables - Linux Tips

List all current environment variables - Linux Tips

6
Comments
1 min read
Implement `tee` CLI in C - C Lang

Implement `tee` CLI in C - C Lang

5
Comments 2
1 min read
How to get glibc version - C Lang

How to get glibc version - C Lang

8
Comments
1 min read
A Deep Dive Into Building a Pool Bot

A Deep Dive Into Building a Pool Bot

5
Comments
1 min read
Call a C library from C++

Call a C library from C++

9
Comments 3
2 min read
Why there is no "gets" function in C standard library?

Why there is no "gets" function in C standard library?

5
Comments 1
4 min read
Taking a Look at an Odd FizzBuzz Solution

Taking a Look at an Odd FizzBuzz Solution

40
Comments 2
3 min read
Why You Shouldn't Learn C

Why You Shouldn't Learn C

7
Comments 2
9 min read
loading...