DEV Community

C

Official tag for the C programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
Formatted Input and Output Functions in C - Basic Guide

Formatted Input and Output Functions in C - Basic Guide

Reactions 8 Comments 2
3 min read
Puzzle-3

Puzzle-3

Reactions 8 Comments
1 min read
ERROR (expected nested-name-specifier before ‘namespace’)-Fixed

ERROR (expected nested-name-specifier before ‘namespace’)-Fixed

Reactions 7 Comments 1
2 min read
Puzzle-2

Puzzle-2

Reactions 7 Comments
1 min read
NULL undeclared error

NULL undeclared error

Reactions 7 Comments 2
2 min read
Remove Duplicates From Sorted Linked List.

Remove Duplicates From Sorted Linked List.

Reactions 8 Comments
2 min read
DRY your Net Core Web API or how to code less

DRY your Net Core Web API or how to code less

Reactions 2 Comments
7 min read
Golang wrapper for wolfSSL

Golang wrapper for wolfSSL

Reactions 7 Comments
1 min read
The Curious Case of the Disappearing “if�?

The Curious Case of the Disappearing “if�?

Reactions 4 Comments
5 min read
How do I implement a functions that can search for various c/c++ library (.so,.a,.dll)?

How do I implement a functions that can search for various c/c++ library (.so,.a,.dll)?

Reactions 6 Comments
1 min read
Creating 1 way connection among Client and Server using c Lang.

Creating 1 way connection among Client and Server using c Lang.

Reactions 8 Comments
5 min read
Merge Two Sorted Linked List

Merge Two Sorted Linked List

Reactions 7 Comments
3 min read
Puzzle-1

Puzzle-1

Reactions 7 Comments
1 min read
Diferencia entre parámetros y argumentos en una función

Diferencia entre parámetros y argumentos en una función

Reactions 7 Comments
1 min read
Unix Domain Socket(IPC), how to make two programs communicate with each other

Unix Domain Socket(IPC), how to make two programs communicate with each other

Reactions 11 Comments
4 min read
Occurrence of a Number in a Linked List.

Occurrence of a Number in a Linked List.

Reactions 9 Comments
2 min read
Middle Number of Linked List.

Middle Number of Linked List.

Reactions 8 Comments
2 min read
Introduction To Arrays

Introduction To Arrays

Reactions 11 Comments 2
6 min read
Cmocka Quick Start

Cmocka Quick Start

Reactions 8 Comments
2 min read
CS50 Problem Set 2 , Readability

CS50 Problem Set 2 , Readability

Reactions 7 Comments
1 min read
Difference between parameters and arguments in a function

Difference between parameters and arguments in a function

Reactions 12 Comments 3
1 min read
Reverse a linked List

Reverse a linked List

Reactions 5 Comments
4 min read
Porting a simple Mark-Sweep Garbage Collector to Zig

Porting a simple Mark-Sweep Garbage Collector to Zig

Reactions 7 Comments
5 min read
Deletion from Linked List

Deletion from Linked List

Reactions 7 Comments
4 min read
Update Swashbuckle.AspNetCore Version from version"4.0.1" to "6.2.3"

Update Swashbuckle.AspNetCore Version from version"4.0.1" to "6.2.3"

Reactions 9 Comments
2 min read
C 語言的宣告�?定義�?儲存類型 (storage class) 與連�?性 (linkage)

C 語言的宣告�?定義�?儲存類型 (storage class) 與連�?性 (linkage)

Reactions 9 Comments
6 min read
Embedded IoT Headaches: How Do I Size My Memory Buffers?

Embedded IoT Headaches: How Do I Size My Memory Buffers?

Reactions 4 Comments
10 min read
NXOPEN UFUNC UF_CALL Macro

NXOPEN UFUNC UF_CALL Macro

Reactions 6 Comments
1 min read
Code Example of LEB Blinking and UART Communication for dsPIC30F4013

Code Example of LEB Blinking and UART Communication for dsPIC30F4013

Reactions 10 Comments
3 min read
Help me I'm new to c programming: double linked list

Help me I'm new to c programming: double linked list

Reactions 7 Comments 1
3 min read
C-style for loop in Common Lisp's Loop macro

C-style for loop in Common Lisp's Loop macro

Reactions 6 Comments
1 min read
Hello, World!

Hello, World!

Reactions 7 Comments 2
3 min read
Implementation of Linked List in C

Implementation of Linked List in C

Reactions 7 Comments
5 min read
C/C++ Roadmap

C/C++ Roadmap

Reactions 8 Comments
2 min read
Memory Usage in Linked List

Memory Usage in Linked List

Reactions 8 Comments
3 min read
Example showing usage of LD_PRELOAD environment variable in UNIX

Example showing usage of LD_PRELOAD environment variable in UNIX

Reactions 7 Comments
2 min read
CS50 & Note to Self

CS50 & Note to Self

Reactions 16 Comments
4 min read
用 const 還是 #define 比較好?

用 const 還是 #define 比較好?

Reactions 10 Comments
1 min read
Platform detection in C&C++

Platform detection in C&C++

Reactions 9 Comments 1
1 min read
Types of Linked List

Types of Linked List

Reactions 9 Comments
2 min read
Web Scraping with C#

Web Scraping with C#

Reactions 5 Comments 1
1 min read
Easy Start with SDL2

Easy Start with SDL2

Reactions 6 Comments
2 min read
How does the call stack work?

How does the call stack work?

Reactions 6 Comments
4 min read
Speed Up Your Python Codebases With C Extensions

Speed Up Your Python Codebases With C Extensions

Reactions 3 Comments 1
6 min read
Making a Christmas Tree

Making a Christmas Tree

Reactions 12 Comments 2
3 min read
Need resources for DPI calculator

Need resources for DPI calculator

Reactions 4 Comments
1 min read
Pointers

Pointers

Reactions 21 Comments 6
4 min read
Creating Drawings

Creating Drawings

Reactions 7 Comments
3 min read
Game Dev From Scratch

Game Dev From Scratch

Reactions 12 Comments 2
1 min read
C - Unsafe!

C - Unsafe!

Reactions 9 Comments 4
4 min read
Loops and Math in C

Loops and Math in C

Reactions 8 Comments
2 min read
Basic Programming in C

Basic Programming in C

Reactions 6 Comments
5 min read
Pub/Sub: C implementation

Pub/Sub: C implementation

Reactions 5 Comments
1 min read
How to write 'unbuggy' code? - What I have learned from the malloc lab

How to write 'unbuggy' code? - What I have learned from the malloc lab

Reactions 6 Comments
3 min read
kisskit: Simplifying Game Dev in C

kisskit: Simplifying Game Dev in C

Reactions 4 Comments
3 min read
Why am I finding C so difficult?

Why am I finding C so difficult?

Reactions 9 Comments 11
1 min read
My Simple Programs

My Simple Programs

Reactions 8 Comments
2 min read
Creating Games

Creating Games

Reactions 10 Comments
2 min read
Deciding on a Programming Language for Game Dev

Deciding on a Programming Language for Game Dev

Reactions 4 Comments
3 min read
Map, Filter, Reduce in C: recursive high-order functions using pointers

Map, Filter, Reduce in C: recursive high-order functions using pointers

Reactions 6 Comments
8 min read
loading...