DEV Community

C

Official tag for the C programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Conway's Game of Life - with friends!

Conway's Game of Life - with friends!

6
Comments
6 min read
Recursion

Recursion

5
Comments
3 min read
C Pointers 101: part 1, a gentle introduction

C Pointers 101: part 1, a gentle introduction

13
Comments
4 min read
C Pointers 101: part 3, Pointer Arithmetic

C Pointers 101: part 3, Pointer Arithmetic

11
Comments
3 min read
C Pointers 101: part 2, passing pointers to functions

C Pointers 101: part 2, passing pointers to functions

10
Comments
3 min read
How to Make an IoT Network Uptime Alarm

How to Make an IoT Network Uptime Alarm

6
Comments
6 min read
Ruby Compact Internals

Ruby Compact Internals

11
Comments
4 min read
Compiler Series Part 2: GCC

Compiler Series Part 2: GCC

55
Comments 1
6 min read
How to Use C Functions in Python

How to Use C Functions in Python

77
Comments 23
3 min read
What do you use for testing c/c++ apps?

What do you use for testing c/c++ apps?

12
Comments 13
1 min read
Basic "C Pointer" Concepts for Beginners

Basic "C Pointer" Concepts for Beginners

60
Comments 3
8 min read
Call DLL functions from Python

Call DLL functions from Python

9
Comments 1
1 min read
P2P NETWORK SECURITY AND TRUST ISSUES

P2P NETWORK SECURITY AND TRUST ISSUES

7
Comments
3 min read
Writing a Simple Programming Language from Scratch - Part 1

Writing a Simple Programming Language from Scratch - Part 1

181
Comments 11
11 min read
Demystifying Tail Call Optimization

Demystifying Tail Call Optimization

42
Comments 3
8 min read
Optimizing a Full-Text Search Engine - Compression

Optimizing a Full-Text Search Engine - Compression

12
Comments
7 min read
The C++ Standard Library: A Tutorial and Reference by Nicolai Josuttis

The C++ Standard Library: A Tutorial and Reference by Nicolai Josuttis

11
Comments 2
2 min read
Using Selenium and Python Hypothesis for Automation Testing

Using Selenium and Python Hypothesis for Automation Testing

7
Comments
18 min read
Programming is tribal, find your people

Programming is tribal, find your people

14
Comments
2 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
How do you find a missing number in a given integer array of 1 to 100 without using Loop

How do you find a missing number in a given integer array of 1 to 100 without using Loop

3
Comments
1 min read
Writing Your First PAM Module

Writing Your First PAM Module

6
Comments
7 min read
Morton encoding with AVX512

Morton encoding with AVX512

10
Comments
2 min read
Basic Sorting

Basic Sorting

8
Comments
4 min read
Memory Allocation & Dynamic Arrays

Memory Allocation & Dynamic Arrays

10
Comments
5 min read
loading...