Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c

What should I use instead of putchar() for 16-bit data?

c gcc

How do I get SonarQube Scanner to analyze C and C++ code?

c++ c sonarqube

Altering a Cmake File to compile Dependency from Source instead of using FIND_PACKAGE

c++ c build cmake zlib

Handling responses in libcurl

c gcc curl webserver libcurl

Searching a number in an array in least time

c

Using too much memory in C/NDK?

My unsigned short pointers are returning unexpected results. Why?

c arrays pointers math

Sleep function in C (POSIX) breaks my program

c fork posix sleep

Passing 2D array by reference to function

arrays c pointers matrix

C - Linked list next node is null

c linked-list

distinguish header files from compiler/language standard/os/glibc

c++ c linux clang

fseek / rewind in a loop

c performance fseek

What is the absolutely fastest for loop in c?

c loops for-loop

Using SSE to speed up lower_bound function

c assembly x86 x86-64 sse

Empty a ring buffer when full

c arrays

We use ampersand during user input but Why we don't need this during assignment in C?

c memory addressing

Mixing 64/32-bit userspace in arm64 linux ( using CONFIG_COMPAT )

c linux arm64

K&R Exercise 1.18 (Remove Trailing Blanks)

c memory-management text

undefined reference to a function call?