Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Is is possible to use Vuforia without a camera?

ios objective-c c vuforia

How to have an array with multiple types of objects, or a function, in C

c arrays struct

Passing a linked list over a socket

Why it is valid to intertwine switch/for/if statements in C/C++? [duplicate]

c++ c language-lawyer

`gcc -undef` leads to `cannot find entry symbol _start`; defaulting to x

c gcc ld