DEV Community

C

Official tag for the C programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
A Brief Intro to Multi-Threaded Programming

A Brief Intro to Multi-Threaded Programming

11
Comments
4 min read
Basic C interview programs

Basic C interview programs

17
Comments 1
5 min read
SDL: not (just) a 2D graphics library

SDL: not (just) a 2D graphics library

8
Comments
4 min read
Greatest Common Factor(GCD)

Greatest Common Factor(GCD)

3
Comments
1 min read
stringReversal

stringReversal

3
Comments
1 min read
Functional Patterns for Cleaner Code

Functional Patterns for Cleaner Code

6
Comments
1 min read
A Weird Way to Substring in C++

A Weird Way to Substring in C++

6
Comments 4
1 min read
Writing a new screen autolocker, with Go

Writing a new screen autolocker, with Go

3
Comments
5 min read
SECURE COMMS FOR P2P NETWORKS

SECURE COMMS FOR P2P NETWORKS

4
Comments
3 min read
Top Tips for File Handling in C - Avoid Potential Pitfalls!

Top Tips for File Handling in C - Avoid Potential Pitfalls!

11
Comments 1
3 min read
Morton encoding with AVX512

Morton encoding with AVX512

8
Comments
2 min read
Modern C++ in small pieces: constant expressions

Modern C++ in small pieces: constant expressions

6
Comments
2 min read
TRABALHO ACADÊMICO - AOO - UNIFACEMA - DEV, JUNIOR PAIVA

TRABALHO ACADÊMICO - AOO - UNIFACEMA - DEV, JUNIOR PAIVA

4
Comments
1 min read
Overflow in integer arithmetic with C

Overflow in integer arithmetic with C

8
Comments
2 min read
Testing Firmware is not obvious: production monitoring

Testing Firmware is not obvious: production monitoring

6
Comments
5 min read
Fast base2 decoding on the upcoming Intel Icelake

Fast base2 decoding on the upcoming Intel Icelake

6
Comments
4 min read
Meeting-o-meter

Meeting-o-meter

8
Comments
2 min read
Binary search

Binary search

5
Comments
1 min read
Binary search in c++

Binary search in c++

4
Comments 1
1 min read
A Probably Terrible Way to Render Gradients

A Probably Terrible Way to Render Gradients

9
Comments 2
4 min read
Merge Sort in C

Merge Sort in C

6
Comments
3 min read
Average color of an image, vectorized

Average color of an image, vectorized

9
Comments
9 min read
Socket Programming in C: Communication Styles

Socket Programming in C: Communication Styles

18
Comments
1 min read
Finally, a post on singly linked list I understand

Finally, a post on singly linked list I understand

17
Comments 5
8 min read
Small Patterns and Idioms in C

Small Patterns and Idioms in C

14
Comments
2 min read
Reading and Writing Files in C: Part 4

Reading and Writing Files in C: Part 4

14
Comments 1
2 min read
Socket Programming in C: What is a Socket?

Socket Programming in C: What is a Socket?

12
Comments
2 min read
Reading and Writing Files in C: Part 5

Reading and Writing Files in C: Part 5

15
Comments
1 min read
Oracle and SQLite compiler are now available in SqlKata

Oracle and SQLite compiler are now available in SqlKata

5
Comments
1 min read
Reading and Writing Files in C: Part 3

Reading and Writing Files in C: Part 3

12
Comments
2 min read
Reading and Writing Files in C: Part 2

Reading and Writing Files in C: Part 2

11
Comments
2 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
If async & awaits is used with Task in ASP.NET (C#), is there a need to manually create threads?

If async & awaits is used with Task in ASP.NET (C#), is there a need to manually create threads?

7
Comments 3
1 min read
The best 13 books I read this year

The best 13 books I read this year

49
Comments
14 min read
The Art of Refactoring II: Refactoring For Clarity

The Art of Refactoring II: Refactoring For Clarity

7
Comments
1 min read
Headers for Structs in C

Headers for Structs in C

8
Comments
3 min read
CLibs: A Package Manager for C

CLibs: A Package Manager for C

7
Comments 18
1 min read
Override SaveChanges – EF database first – set properties

Override SaveChanges – EF database first – set properties

7
Comments
3 min read
Papers We Love - Reflecting on Trusting Trust

Papers We Love - Reflecting on Trusting Trust

34
Comments 12
1 min read
C Pointer Review

C Pointer Review

17
Comments
1 min read
Conduit - C++ Lazy Stream Processing Library using Coroutine TS

Conduit - C++ Lazy Stream Processing Library using Coroutine TS

13
Comments
1 min read
A dummy blockchain implementation in C (II)

A dummy blockchain implementation in C (II)

12
Comments
2 min read
A dummy blockchain implementation in C (I)

A dummy blockchain implementation in C (I)

10
Comments
3 min read
How to use native libraries on Android

How to use native libraries on Android

10
Comments
1 min read
Serial port simulation with different programming languages

Serial port simulation with different programming languages

11
Comments
1 min read
Refactoring service class configuration using fluent interfaces

Refactoring service class configuration using fluent interfaces

6
Comments
6 min read
Convert a string to json object properly

Convert a string to json object properly

13
Comments
1 min read
My First Hellow Word

My First Hellow Word

11
Comments
1 min read
Gilded Rose kata revisited

Gilded Rose kata revisited

11
Comments
1 min read
Find Greatest Number Using Ternary Operator

Find Greatest Number Using Ternary Operator

10
Comments
1 min read
A complete story of what happens when you run `git commit`

A complete story of what happens when you run `git commit`

6
Comments
4 min read
Learning more about how commits are represented in Git

Learning more about how commits are represented in Git

6
Comments
4 min read
Reading code late at night and realizing that it’s not a good idea

Reading code late at night and realizing that it’s not a good idea

9
Comments
5 min read
When memory is not enough...

When memory is not enough...

11
Comments
19 min read
How does Git know if you have uncommitted changes in the working tree? (Part 1)

How does Git know if you have uncommitted changes in the working tree? (Part 1)

4
Comments
4 min read
Looking into ls

Looking into ls

5
Comments
3 min read
Understanding RapidJson

Understanding RapidJson

11
Comments 1
3 min read
Public domain single-header mp3 decoder

Public domain single-header mp3 decoder

7
Comments
1 min read
C++ Array List

C++ Array List

15
Comments 2
1 min read
Emscripten's compiled Web Assembly, used minimally

Emscripten's compiled Web Assembly, used minimally

47
Comments 4
12 min read
loading...