DEV Community

C

Official tag for the C programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Fast base2 decoding on the upcoming Intel Icelake

Fast base2 decoding on the upcoming Intel Icelake

7
Comments
4 min read
Never Trust Compiler Error Messages

Never Trust Compiler Error Messages

8
Comments 5
5 min read
Three reasons to learn C in 2019

Three reasons to learn C in 2019

7
Comments
3 min read
Meet HangHub, a new productivity tool for GitHub

Meet HangHub, a new productivity tool for GitHub

6
Comments
2 min read
A Probably Terrible Way to Render Gradients

A Probably Terrible Way to Render Gradients

9
Comments 2
4 min read
Use Vim as a C/C++ IDE

Use Vim as a C/C++ IDE

19
Comments
2 min read
Fast array reversal with SIMD!

Fast array reversal with SIMD!

24
Comments 2
24 min read
Generalized Fibonacci Memory Allocator

Generalized Fibonacci Memory Allocator

4
Comments
17 min read
My first Web Assembly, interesting.

My first Web Assembly, interesting.

37
Comments
2 min read
Build an Arduino photo flash tester using high-speed AVR timers

Build an Arduino photo flash tester using high-speed AVR timers

8
Comments
11 min read
Searching & Sorting w/ Binary Search Trees

Searching & Sorting w/ Binary Search Trees

23
Comments
5 min read
A subtle clash-of-namespace bug in Sitecore Commerce

A subtle clash-of-namespace bug in Sitecore Commerce

6
Comments
3 min read
An Afternoon with Arduino

An Afternoon with Arduino

17
Comments
10 min read
12 languages in 12 months: ionice for Mac OS, in C

12 languages in 12 months: ionice for Mac OS, in C

7
Comments
3 min read
Introduction to Data Structures (Queues)

Introduction to Data Structures (Queues)

12
Comments
2 min read
Embedded Programming: Loose Coupling Best Practices

Embedded Programming: Loose Coupling Best Practices

37
Comments 3
9 min read
Creating Ruby native extensions

Creating Ruby native extensions

39
Comments 9
5 min read
Azure Key Vault

Azure Key Vault

6
Comments
3 min read
Sunday Review (2019-03-17)

Sunday Review (2019-03-17)

3
Comments
3 min read
Let's Build: A Record Catalog (Introduction)

Let's Build: A Record Catalog (Introduction)

10
Comments
3 min read
Reversi(Othello) game program which you can choose the first or the second in 7 lines code of C.

Reversi(Othello) game program which you can choose the first or the second in 7 lines code of C.

9
Comments
5 min read
Average color of an image, vectorized

Average color of an image, vectorized

9
Comments
9 min read
Merge Sort in C

Merge Sort in C

6
Comments
3 min read
How to create and debug Ruby gem with C (native) extension

How to create and debug Ruby gem with C (native) extension

11
Comments 2
1 min read
How arrays work the way arrays work

How arrays work the way arrays work

42
Comments 7
7 min read
When you want to learn C in 2019

When you want to learn C in 2019

28
Comments 16
2 min read
C/C++ Pointer Alignment Style: A Justification

C/C++ Pointer Alignment Style: A Justification

27
Comments 7
6 min read
Concatenate strings in golang a quick benchmark : + or fmt.Sprintf ?

Concatenate strings in golang a quick benchmark : + or fmt.Sprintf ?

20
Comments 11
5 min read
The problem with select() vs poll()

The problem with select() vs poll()

13
Comments 1
6 min read
Goldbach Conjecture And A Simple Approach in C

Goldbach Conjecture And A Simple Approach in C

18
Comments 4
2 min read
Calling Swift from Go

Calling Swift from Go

15
Comments 3
6 min read
On building a small cross-platform CLI tool in C, Go & Swift

On building a small cross-platform CLI tool in C, Go & Swift

11
Comments
6 min read
Double Pointers in C/C++

Double Pointers in C/C++

80
Comments 15
3 min read
Basics of multithreading in C

Basics of multithreading in C

76
Comments 17
3 min read
Binary Search Algorithm - C Programming Example

Binary Search Algorithm - C Programming Example

19
Comments
2 min read
#10YearChallenge

#10YearChallenge

5
Comments
1 min read
Socket Programming in C: Introduction

Socket Programming in C: Introduction

24
Comments
1 min read
Sending Data Objects to WebAPI in C#

Sending Data Objects to WebAPI in C#

7
Comments
3 min read
Function Pointers in C

Function Pointers in C

35
Comments
3 min read
Easy make and Makefile for beginners

Easy make and Makefile for beginners

11
Comments
1 min read
Reading and Writing Files in C

Reading and Writing Files in C

22
Comments
3 min read
libVES: End-to-End Encryption API. Encrypt Everything without fear of losing the Key

libVES: End-to-End Encryption API. Encrypt Everything without fear of losing the Key

11
Comments
1 min read
Create compilation database (compile_commands.json) for NetBSD-kernel source

Create compilation database (compile_commands.json) for NetBSD-kernel source

6
Comments
2 min read
Swap two integers in 'C' programming

Swap two integers in 'C' programming

8
Comments
1 min read
Swap two integers in 'C' programming Without using third variable

Swap two integers in 'C' programming Without using third variable

10
Comments 4
1 min read
Socket programming in C : Part-1

Socket programming in C : Part-1

32
Comments 2
4 min read
#ifndef guards vs. #pragma once

#ifndef guards vs. #pragma once

9
Comments 1
3 min read
Bitwise Operations in C/C++

Bitwise Operations in C/C++

93
Comments 8
2 min read
On `union` in C

On `union` in C

8
Comments 3
3 min read
Iterators in C

Iterators in C

8
Comments
2 min read
What I would like to see in containers for C

What I would like to see in containers for C

10
Comments 2
6 min read
Two most obscure bugs in my life

Two most obscure bugs in my life

10
Comments
4 min read
c# Task Runner Or cron job?

c# Task Runner Or cron job?

6
Comments 2
1 min read
Templates in C

Templates in C

17
Comments 4
2 min read
Creating Static and Dynamic Libraries for your C Programs

Creating Static and Dynamic Libraries for your C Programs

18
Comments 3
1 min read
Using SDL2: Moving an image

Using SDL2: Moving an image

16
Comments 2
8 min read
Some C games (2006 to 2007)

Some C games (2006 to 2007)

25
Comments 3
1 min read
Building a Ruby C Extension From Scratch

Building a Ruby C Extension From Scratch

13
Comments
5 min read
Using SDL2: Opening a Window

Using SDL2: Opening a Window

54
Comments 3
7 min read
Using SDL2 in C (and with C++, too)

Using SDL2 in C (and with C++, too)

24
Comments
2 min read
loading...