Forem

C

Official tag for the C programming language.

Posts

👋 Sign in for the ability to sort posts by relevant, latest, or top.
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
Cover image for C/C++ Pointer Alignment Style: A Justification

C/C++ Pointer Alignment Style: A Justification

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

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

21
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
Cover image for 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++

81
Comments 15
3 min read
Small Patterns and Idioms in C

Small Patterns and Idioms in C

14
Comments
2 min read
Basics of Multithreading in C
Cover image for Basics of Multithreading in C

Basics of Multithreading in C

83
Comments 17
3 min read
Binary Search Algorithm - C Programming Example
Cover image for 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#

9
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
Cover image for 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
Cover image for 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
loading...